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

SQLite3 bindings for Node.js

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

### Issue Summary Hi Everyone, I'm not able to run my Nodejs v16 application in the docker container. Ending up with MODULE_NOT_FOUND error. Can someone help me what can be...

install problem

### Issue Summary I have a field (`tags`) that is of type `JSON`. I insert a record with the json value stringified. That appears to succeed. However, when I read...

bug

### Issue Summary Hi, this is a query, as an example, that runs incredibly slow. In node-sqlite3: 15 seconds!! In TablePlus: 15 miliseconds Whats going on? ``` SELECT 1 isGroup...

bug

### Issue Summary I created a stmt instance by `db.prepare`, then I found the 'get' method of stmt cannot return correct result but `undefined` after the first time it was...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [node-gyp](https://togithub.com/nodejs/node-gyp) | [`8.x` -> `9.x`](https://renovatebot.com/diffs/npm/node-gyp/8.4.1/9.3.1) | [![age](https://badges.renovateapi.com/packages/npm/node-gyp/9.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This pull request fixes a fatal error using a similar technique to https://github.com/TryGhost/node-sqlite3/pull/1368/files#diff-dc1d7b24ee601a637b09908305be8f69b96d7a9293643ddc88c435923ff648c8L922-L926. Fixes https://github.com/TryGhost/node-sqlite3/issues/1646.

While using [Binskim](https://github.com/microsoft/binskim) to scan native node modules for VS Code, I learned that native node modules have type-casting warnings disabled by default. This PR re-enables those warnings and fixes...

- added macro for expanded sql - added capability for expanded sql within the context of the callbacks