Skip to content

Commit ce1eaf0

Browse files
committed
Update README
1 parent 2ada9d4 commit ce1eaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Also, it adds useful methods and functions.
55

66
## Motivation
77

8-
When using ORM-s like `gorm`, `go-pg`, `bun` you have to pass column names to update rows in DB.
8+
When using ORM-s like `gorm`, `go-pg`, `bun` you have to pass column names as arguments of different methods.
99
This is a pain to use raw strings for that, and it also might be a security risk.
1010
Much better to rely on ENUM which represents columns for a specific table.
1111

0 commit comments

Comments
 (0)