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

SQLite3 bindings for Node.js

Results 138 node-sqlite3 issues
Sort by recently updated
recently updated
newest added

### Summary We are having an interesting discussion at https://github.com/DefinitelyTyped/DefinitelyTyped/pull/67290. Essentially, we realized with https://github.com/kriasoft/node-sqlite/pull/177 that there are some legit use cases where the sqlite3 typings are needed but it's...

feature request

### Issue Summary I install sqlite3 on windows10 .But npm install [email protected] failed for bad network. download napi-v6-win32-unknown-x64.tar.gz for 5.1.1 . It doesn't work. ### Relevant logs or output npm...

install problem

### Issue Summary Using sqlite3 in my electron will cause ThrowAsJavaScriptException napi_throw error message I added a piece of data in main.js. After the execution is completed, the following error...

bug

### Summary Hi, I noticed there are no TS typings for `Database.backup` and the `Backup` class. Would you like a PR for that? https://github.com/TryGhost/node-sqlite3/blob/master/src/backup.h#L17 ### Proposed implementation Add typings and...

feature request
pr wanted

### Issue Summary I'm attempting to get my SQLite 3 node to log the queries it runs when in verbose mode. I registered the handles in the following way: ```js...

bug

### Issue Summary try to install sqlite to my project on windows and get error. But on my ubuntu 18.04 server all done ### Relevant logs or output ``` npm...

install problem

### Issue Summary I need to execute few SQL queries and wrap it in transaction, to ensure data consistency. I see DB have method `serialize` and i've read the docs...

bug

### Summary is there a way to fetch results of select statement one by one, instead of all at once, by using javascript generator functions? (those functions that internally use...

feature request

### Issue Summary stirng-width gives error install "yarn add sqlite3" ### Relevant logs or output ```bash var stringWidth = require('string-width') ^ Error [ERR_REQUIRE_ESM]: require() of ES Module D:\entersol\corrales\ecosystem\electron-server\node_modules\string-width\index.js from D:\entersol\corrales\ecosystem\electron-server\node_modules\wide-align\align.js...

install problem

### Issue Summary This package had a [vulnerability](https://github.com/TryGhost/node-sqlite3/security/advisories/GHSA-jqv5-7xpx-qj74) from v5.0.0 - v5.1.4, which is said to be fixed by this [commit](https://github.com/TryGhost/node-sqlite3/commit/edb1934dd222ae55632e120d8f64552d5191c781#comments) and published starting the version 5.1.6, but this version...

bug