Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Osiris-Team committed Mar 18, 2024
1 parent 34ba5fb commit cb04643
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 @@ -68,7 +68,7 @@ Person.whereName().is("John").remove(); // Removes all rows where the name equal
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
one row and has public fields like `obj.id obj.name etc...`.
one row and has public fields like obj.id obj.name etc. that can be changed.

#### Why should I use this?
If you used the default JDBC API at least once you will know why.
Expand Down

0 comments on commit cb04643

Please sign in to comment.