Skip to main content

drop_schema_objects

Function drop_schema_objects 

Source
pub(super) async fn drop_schema_objects(
    client: &Client,
    database: &str,
    schema: &str,
) -> Result<Vec<String>, ConnectionError>
Expand description

Drop all objects in a schema.

Returns the fully-qualified names of dropped objects.