pub async fn handle_drop_view(
handler_args: HandlerArgs,
table_name: ObjectName,
if_exists: bool,
cascade: bool,
) -> Result<RwPgResponse, RwError>
pub async fn handle_drop_view(
handler_args: HandlerArgs,
table_name: ObjectName,
if_exists: bool,
cascade: bool,
) -> Result<RwPgResponse, RwError>