diff --git a/README.md b/README.md index 796f583..89b38f9 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ Just reading the "Safety" section below will already give you an idea. - Protection against timed out connections. - 0% boilerplate and simple code decreasing the risk for bugs. - (Optional) Helper WHERE class for generating simple and complex SQL queries, from compile-safe functions. +- Safe removal of rows where references will be unset (set to -1) by default. Also provides removeRefs(...) to safely remove referenced rows. References are created by naming your column like so: tableNameId. ### ⚡️ Performance - No runtime overhead for class generation (unlike other ORMs).