Hacker News new | ask | show | jobs
by jonasb 1243 days ago
Will Postgres.js be the way to go for using Postgres, or do you expect to build a custom Postgres client library?
1 comments

We will eventually have a builtin Postgres client, but Postgres.js is also a great choice. I started to work on a `bun:sql` module, but ran out of time for now.
Great, thanks! I'll start with Postgres.js then.