kysely-org / kysely

A type-safe typescript SQL query builder
https://kysely.dev
MIT License
10.56k stars 270 forks source link

Feature request: pglite dialect #1165

Closed thenbe closed 2 weeks ago

thenbe commented 2 weeks ago

According to the pglite docs:

PGlite is a WASM Postgres build packaged into a TypeScript/JavaScript client library, that enables you to run Postgres in the browser, Node.js and Bun, with no need to install any other dependencies. It's under 3mb Gzipped.

There is discussion on a kysely-pglite dialect here and here.

koskimas commented 2 weeks ago

This should not be part of the core but a separate package instead. Only the most used dialects are maintained here.