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

### Issue Summary When I call ```js db.close((err) => { if (err) { reject(err); } else { resolve(db); } }); ``` I get the error: ``` node:events:513 const handler =...

bug

### Issue Summary I'm trying to add a Sqlite Db to the Express server part of my Angular SSR project. I installed `sqlite3 `and `@types/sqlite3` which seemed to work. But,...

install problem

### Changed tools/semver-check.js Node.js 10 was end-of-life on December 31, 2021. so using `process.versions.node` to always use the current Node.js version. This change solves fix GitHub Actions test failures caused...

### Issue Summary hi, has anyone ever used the FTS feature of sqlite? i use the fts feature,have problem. SELECT * FROM fts_article WHERE content MATCH ?; this is my...

bug

### Issue Summary I am unable to use sqlite3 in node. I've tried multiple minimal scripts, but have narrow it down to a simple cli examples below. I get the...

bug

### Issue Summary I'm using the node:sqlite3 package in a cross-platform application. After compiling the application on a Linux machine for a winx64 platform, the executable file throws an error...

install problem

### Issue Summary I am installing/building an app that has sqlite3 as a dependency. I am able to install and build the app fine on my Mac, but when I...

install problem

### Issue Summary *Error trying to make a database module for my app* Im trying to create a database module so every component of my app can import it and...

bug

### Issue Summary I'm trying to install sqlite and canvas on a windows machine but with linux dependencies with this command: `$Env:npm_config_arch="arm" ; $Env:npm_config_platform="linux" ; yarn install --inline-builds` ### Relevant...

install problem