node-sqlite3
node-sqlite3 copied to clipboard
SQLite3 bindings for Node.js
### Issue Summary The [documentation for `Database#run` states](https://github.com/TryGhost/node-sqlite3/wiki/API#runsql--param---callback): > ```javascript > db.run("UPDATE tbl SET name = ?5 WHERE id = ?", { > 1: 2, > 5: "bar" > });...
### Issue Summary Unable to install via `npm install sqlite3` in Ubuntu 20.04.5 LTS (x86_64) with: - Node: v19.8.1 - NPM: 9.6.2 ``` $ npm i sqlite3 npm WARN deprecated...
### Issue Summary I'm trying to install sqlite3 on node 16.x, using a custom amalgamation file from the SEE encryption extension of sqlite3. I have tried both with npm and...
### Issue Summary We prepared a MAS package with electron-builder v24.4.0 and sent it to the App Store, where the package was rejected with the problem described below. This is...
Hello, unfortunately another issue with prebuilt binary on CentOS 7. Additionally, older libstdc++ compatiblity is required. ``` $ npm i sqlite3 added 104 packages, and audited 105 packages in 7s...
### Issue Summary In the code bellow if `mode` is set to `undefined` the callback is never called. I expected that both code are equivalent. ```js const db = new...
### Issue Summary Using `on` / `addListener` multiple times with the same event name does not fire any of the attached listeners. This seems to be true for all events...
### Issue Summary I have a linux based runners on my projects, but run some services run on Windows (x64 and x86). When trying to install the project to use...
### Summary Are there any plans to provide functionality to dump/load the SQLite database to/from raw memory buffers? I've seen #709 but I think that issue is obsolete. This would...
### Issue Summary After running `npm start` command the following error occurs: ``` Compiled with problems:X ERROR in ./node_modules/@mapbox/node-pre-gyp/lib/util/nw-pre-gyp/index.html 1:0 Module parse failed: Unexpected token (1:0) You may need an...