kysely-org / kysely-postgres-js

Kysely dialect for PostgreSQL using the Postgres.js client.
MIT License
58 stars 3 forks source link

Allow passing connection string to postgres.js #1

Closed zerosym closed 1 year ago

zerosym commented 1 year ago

Hi, first off, thanks for this.

Unless I've missed something, there's currently no way to pass a connection string to the postgres.js instance as the first parameter: https://github.com/porsager/postgres#connection

igalklebanov commented 1 year ago

Hey 👋

Sorry for that one. Released support for connection strings in v1.1.0.

igalklebanov commented 8 months ago

In v2, you can simply pass your postgres instance.