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 With #1735, the usage of a binary mirror doesn't work anymore like before. We build on machines that can only access our internal artifact registry, but not...

install problem

### Summary Obtain the proportion of database fragmentation for database cleaning and optimization ### Proposed implementation no

feature request

### Issue Summary Node.js has no errors, but since being introduced to me that Bun has up to 2x better improvement in performance when running Express.js apps, i've decided to...

bug

### Issue Summary If you use a single `Database` from multiple different async contexts, such as handling two requests concurrently in a web server, and both use transactions, the transactions...

bug

### Issue Summary my env node: v20.11.1 "sqlite3": "^5.1.7", "@types/sqlite3": "^3.1.11", this is my error info 2024-03-06 17:41:39.335 [error] Error: Could not locate the bindings file. Tried: → D:\work\build\node_sqlite3.node →...

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-addon-api](https://togithub.com/nodejs/node-addon-api) | [`^7.0.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/node-addon-api/7.1.0/8.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/node-addon-api/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.56.0` -> `8.57.0`](https://renovatebot.com/diffs/npm/eslint/8.56.0/8.57.0) |...

### Issue Summary The documentation says ```finalize``` is usually not necessary, but it is. Every prepared statement must be finalized or else sqlite will not be able to close. ###...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | major | `v3` -> `v4` | ---...

### Summary In an Azure Functions server, a request receives an SQLite database file as a parameter. It reads it from FORMDATA and assigns it to a variable. It would...

feature request