-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Drizzle support #59
Comments
Thank you for your amazing work 💞 I also want to use this awesome library and Drizzle support is the missing piece I need for that.
|
Hi, thanks for the suggestion. Is there any documentation about what is required for a backend to be compatible with Drizzle? |
I couldn't find any documentation explaining how to add support for a new backend, but I've looked at the source code of Drizzle and I found that all of the code of the |
The bun's implementation may be more similar to the current API than |
I created a wrapper around
Do you know what can cause this? |
Maybe it's a problem with unfinalized prepared statements. |
Thank you! Amazing work!
No one has done this until now, and using SQLite with node was a headache.
I was wondering if you could add official support for the Drizzle ORM.
Drizzle is a new, popular yet simple ORM
https://orm.drizzle.team/
Your API is very similar to
better-sqlite3
, so it may be already fully supported.I am sure that if you mention that many people will know and support your work.
Good Luck :)
The text was updated successfully, but these errors were encountered: