| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Nice one. Excited to get this in! |
Sorry, something went wrong.
This adds native Bun SQL support using Bun's built-in PostgreSQL API (since Bun 1.2). No external npm dependencies required for PostgreSQL when using bun-sql driver. Upstream PR: sqlc-dev/sqlc-gen-typescript#58 Author: davisriedel
This adds native Bun SQL support using Bun's built-in PostgreSQL API (since Bun 1.2). No external npm dependencies required for PostgreSQL when using bun-sql driver. Upstream PR: sqlc-dev/sqlc-gen-typescript#58 Author: davisriedel
| Back | FazBrowse Home | New Git URL |
This PR adds drivers for the native Bun SQL (since version 1.2) and Bun SQLite bindings.
Because Bun SQL uses the API of postgres.js and Bun SQLite uses the API of better-sqlite3 the drivers proposed in this PR are derived from the existing postgres and better-sqlite3 drivers. The bun-sqlite driver was improved to not output as many any types.