cannot pass an existing pool to PostgresDialect #81
Labels
api
Related to library's API
built-in dialect
Related to a built-in dialect
enhancement
New feature or request
postgres
Related to PostgreSQL
for example in my app I use
express-session
andconnect-pg-simple
, the latter requires passing a pg poolideally I would like to re-use that pool when creating a kysely instance rather than creating a new pool
The text was updated successfully, but these errors were encountered: