From b1f102ccd0e38fe3149c9e993ee3f5ddefd55206 Mon Sep 17 00:00:00 2001 From: Osiris-Team <59899645+Osiris-Team@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:57:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06628d8..89b38f9 100644 --- a/README.md +++ b/README.md @@ -83,7 +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. +- 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).