dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Update alternatives to point to x/sqlite3 #178

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello, the current readme points to an old unmaintained native Deno plugin (crabmusket/deno_sqlite_plugin) but now we have denodrivers/sqlite3 (published at x/sqlite3) and it looks like this one is being maintained for now...

One caveat - to use it, you have to run with the --unstable flag.

So, I was just wondering if we could update the README to point to that?

dyedgreen commented 2 years ago

Thank you for pointing this out! Ive left one small wording suggestion, let me know what you think 😊

ghost commented 2 years ago

Oh, I didn't realize that I needed the --allow-ffi flag too probably because I just ran it with -A when I tested it. Thanks!

ghost commented 2 years ago

The necessary flags aren't even noted in their documentation though, so if I use it I'll probably be asking them to add this info too!