We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ada9d4 commit ce1eaf0Copy full SHA for ce1eaf0
README.md
@@ -5,7 +5,7 @@ Also, it adds useful methods and functions.
5
6
## Motivation
7
8
-When using ORM-s like `gorm`, `go-pg`, `bun` you have to pass column names to update rows in DB.
+When using ORM-s like `gorm`, `go-pg`, `bun` you have to pass column names as arguments of different methods.
9
This is a pain to use raw strings for that, and it also might be a security risk.
10
Much better to rely on ENUM which represents columns for a specific table.
11
0 commit comments