Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add driver for native Bun SQL and SQLite #57

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

davisriedel
Copy link

@davisriedel davisriedel 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.

@davisriedel davisriedel changed the title Add driver for native Bun SQL Add driver for native Bun SQL and SQLite Feb 22, 2025
Sign up for free to 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