Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Osiris-Team authored Mar 18, 2024
1 parent cb04643 commit 7febceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7febceb

Please sign in to comment.