Consider Jet instead of go-gorm
Open
rfc
- Dominant language
- Go
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We don't really need a full-blown ORM here.
https://github.com/go-jet/jet
go-gorm may be too heavyweight perfomance-wise as a query generator and also too type-unsafe.
Considerations:
* Jet lacks pgx support: https://github.com/go-jet/jet/issues/381
* Check whether using Jet requires to use mattn go-sqlite3 or can work with modernc.org driver.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.