Y
Hacker News
new
|
ask
|
show
|
jobs
by
nateb2022
188 days ago
> anything that depends on Go's Postgres client requires libpq which requires libc
Try
https://github.com/lib/pq
2 comments
AlbinoDrought
188 days ago
I've also seen
https://github.com/jackc/pgx
used in many projects
link
mxey
188 days ago
> For users that require new features or reliable resolution of reported bugs, we recommend using pgx which is under active development.
link