From 7febceb0ea03d3f05636efbd32defb714b362c73 Mon Sep 17 00:00:00 2001 From: Osiris-Team <59899645+Osiris-Team@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:02:54 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c13e330..d79fc6e 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Person.whereName().is("John").remove(); // Removes all rows where the name equal ### ⚡️ Compile-/Typesafe SQL queries via WHERE class ### ⚡️ Various utility methods, like fetching results lazily -##### How does it work? +#### How does it work? Generates one class for each table. The generated class contains static methods like get(), add(), update(), remove() etc. to interact with the table. Each instance/object of the class represents