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