Blocks dangerous UPDATE and DELETE statements before they run. Prevents common mistakes like forgetting a WHERE clause and accidentally touching every row in a table. Implemented in Rust using pgrx.
Visit ProjectOpen Source
PostgreSQL Safety Extension
Blocks dangerous UPDATE and DELETE statements before they run. Prevents common mistakes like forgetting a WHERE clause and accidentally touching every row in a table. Implemented in Rust using pgrx.
Visit Project