pub async fn handle_import_file(
    pool: &Pool<Sqlite>,
    filename: String,
    zone_name: Option<String>
) -> Result<(), String>
Expand description

Import a file directly into the database. Normally, you shouldn’t use this directly, call it through calls to the datastore.