pub async fn import_from_sql_file( file: PathBuf, shadow_url: &str, roles_file: Option<&Path>, objects: &Objects, ) -> Result<Catalog>
Import schema from a single SQL file