Function handle_drop_schema

Source
pub async fn handle_drop_schema(
    handler_args: HandlerArgs,
    schema_name: ObjectName,
    if_exist: bool,
    cascade: bool,
) -> Result<RwPgResponse, RwError>