Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeu3i committed Jul 31, 2022
1 parent 2ada9d4 commit ce1eaf0
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 @@ -5,7 +5,7 @@ Also, it adds useful methods and functions.

## Motivation

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.
This is a pain to use raw strings for that, and it also might be a security risk.
Much better to rely on ENUM which represents columns for a specific table.

Expand Down

0 comments on commit ce1eaf0

Please sign in to comment.