Hacker News new | ask | show | jobs
by ibraheemdev 1135 days ago
Except pgx recommends using their native interface, not database/sql, for performance and extra features [0], so it's not that simple in practice.

[0]: https://github.com/jackc/pgx#choosing-between-the-pgx-and-da...