Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
never_inline
on Aug 14, 2023
|
parent
|
context
|
favorite
| on:
Python: Just Write SQL
The premise is that Go language users only use standard library SQL package.
Anecdotally, I haven't seen a place where Go is used without something like gorm or sqlc.
rowanseymour
on Aug 14, 2023
[–]
We've always used
https://github.com/jmoiron/sqlx
which is just the standard package + mapping to/from structs.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Anecdotally, I haven't seen a place where Go is used without something like gorm or sqlc.