Skip to content

Conversation

@davisriedel
Copy link

@davisriedeldavisriedel commented Feb 21, 2025

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 simply derived from the existing postgres and better-sqlite3 drivers.

@davisriedeldavisriedel changed the title Add driver for native Bun SQLAdd driver for native Bun SQL and SQLiteFeb 22, 2025
@davisriedeldavisriedel deleted the branch sqlc-dev:mainFebruary 28, 2025 19:21
@davisriedeldavisriedel deleted the main branch February 28, 2025 19:21
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@davisriedel