-
-
Notifications
You must be signed in to change notification settings - Fork 498
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
[Feature Request]: Deno SQLite adapter #1188
Comments
I wonder if you can even install |
Quickly checking with the Deno REPL, it's possible to get an
I could try with a dummy sqlite adapter before trying to implement the actual Sqlite3 Deno adapter. Is there any other adapter I could check first? I tried with a real |
Hm, I wonder what's the best way to handle this. Exporting a package that only works in Deno from |
Makes sense. I was exploring the possibility of using Deno as a SvelteKit adapter in order to distribute a single executable. There is already experimental support in Aside of the compatibility with If we end up going ahead, I can publish an experimental deno lucia adapter as a separate deno module in |
Description
Currently
better-sqlite3
doesn't work in Deno. It shouldn't be too hard to write an adapter for the native Deno SQLite3 module.I can send a PR if it's something you are willing to upstream.
The text was updated successfully, but these errors were encountered: