top | item 34433593

(no title)

jonasb | 3 years ago

Will Postgres.js be the way to go for using Postgres, or do you expect to build a custom Postgres client library?

discuss

order

Jarred|3 years ago

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.

jonasb|3 years ago

Great, thanks! I'll start with Postgres.js then.