deno_sqlite_plugin icon indicating copy to clipboard operation
deno_sqlite_plugin copied to clipboard

Bindings to rusqlite for Deno

Results 6 deno_sqlite_plugin issues
Sort by recently updated
recently updated
newest added

@crabmusket, do you plan on updating this module to be compatible or should I make a fork and maintain that?

using the latest compiled plugin ```bash wget https://github.com/crabmusket/deno_sqlite_plugin/releases/download/v0.4/libdeno_sqlite_plugin.so ``` the following code results in an error ```ts import { Sqlite } from 'https://deno.land/x/[email protected]/src/mod.ts' Deno.openPlugin('./databases/libdeno_sqlite_plugin.so') const sqlite = new Sqlite() const...

Could possibly get several targets including Windows via Github actions, with build targets. May be able to do a PR, if you'd be interested in that? Maybe windows/x64, linux/x86_64, linux/arm7-32bit,...

Hi! I'm a newbie Deno and WASM developer but I have done some Rust at work. I cannot get your plugin to run on my Mac. I'm happy to help...

When trying to run example from the README with downloaded so file, an error occurs: `deno run --unstable --allow-plugin sqlite.ts`: ``` Check (...snip...) /sqlite-test/sqlite.ts thread '' panicked at 'called `Result::unwrap()`...

Compiled from source and when run the example script it compiles but nothing is printed in console and not errors.