pub(super) async fn drop_schema_objects( client: &Client, database: &str, schema: &str, ) -> Result<Vec<String>, ConnectionError>
Drop all objects in a schema.
Returns the fully-qualified names of dropped objects.