Skip to main content

import_from_sql_file

Function import_from_sql_file 

Source
pub async fn import_from_sql_file(
    file: PathBuf,
    shadow_url: &str,
    roles_file: Option<&Path>,
    objects: &Objects,
) -> Result<Catalog>
Expand description

Import schema from a single SQL file