-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: dialect Node.js #13
Comments
There are two types of classes:
DatabaseSync is currently available and is similar to better-sqlite3 and bun adapters |
Yeah, that looks promising, and I found it months ago. But I decide not to implement it until the apis are stable and nobody have already implement the dialect. |
haven't played with any migrations yet, but I took a stab here. It relies on VERY new versions of node that aren't yet typed. https://github.com/mmgoodnow/kysely-node-sqlite/blob/df086d566e9e9cefb0b6d8edc253a8cd428c8d2b/dialect/sqlite-dialect.ts The differences are pretty minimal -
|
@mmgoodnow One thing that can be optimized: even if |
https://nodejs.org/api/sqlite.html
The text was updated successfully, but these errors were encountered: