node-sqlite3-wasm icon indicating copy to clipboard operation
node-sqlite3-wasm copied to clipboard

WebAssembly port of SQLite3 for Node.js with file system access

Results 7 node-sqlite3-wasm issues
Sort by recently updated
recently updated
newest added

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...

Hi, First of all thank you for this library - we had serious issues with `better-sqlite3` on older linux machines and we have decided to use this one in Publii....

Hi, that pretty comfortable to use knex as query builder for sql databases seems default sqlite3 driver is not compatible with node-sqlite3-wasm is there any way to connect node-sqlite3-wasm with...

Current interface is pretty similar to better-sqlite3. So I think it can be easy to work with kysely. Regardless the statement.finalize call, in kysely, the only thing does not fit...

A first pass at closing #67 I changed the way column names are resolved so they don't get resolved for each row, however for some reason the column_type method only...

Great work! Solves so many headaches with electron! Have you any plans to add support for returning an array of arrays (rather than objects) and column metadata ? better-sqlite3 does...