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