3Branches109Tags Code This branch is2 commits ahead of,19 commits behindWiseLibs/better-sqlite3:master. Folders and files Name Last commit message Last commit date Latest commit aidenlx add uri_path support Nov 19, 2024 a937d9a·Nov 19, 2024 ...
options.nativeBinding: if you're using a complicated build system that moves, transforms, or concatenates your JS files,better-sqlite3might have trouble locating its native C++ addon (better_sqlite3.node). If you get an error that looks likethis, you can solve it by using this option to p...
它在SQLite数据库中追踪所有这些信息,它还通过以下方式追踪和权衡建议: 命令的退出状态。 运行中命令的目录。 如果你以前在McFly中选择了它。 被建议失败的命令是令人讨厌的,但是我从来没有考虑过基于当前目录或从未被选择的降级项来缩小选择范围。 McFly使用神经网络来进行排名,一个可能的缺点是,如果你的SQLite数据库...
|better-sqlite3|1x|1x|1x|1x|1x| |[sqlite](https://www.npmjs.com/package/sqlite)|11.7x|2.9x|24.4x|2.8x You can verify these results byrunning the benchmark yourself. Installation ```bash npminstallbetter-sqlite3 ``` You must be using Node.js v14.21.1 or above. Prebuilt binarie...
better-sqlite3 The fastest and simplest library for SQLite in Node.js. Full transaction support High performance, efficiency, and safety Easy-to-use synchronous API (better concurrency than an asynchronous API... yes, you read that correctly) Support for user-defined functions, aggregates, virtu...
better-sqlite3is simpler to use, and it provides nice utilities for some operations that are very difficult or impossible innode-sqlite3. better-sqlite3is much faster thannode-sqlite3in most cases, and just as fast in all other cases. ...
Merge branch 'master' of github.com:JoshuaWise/better-sqlite3 JoshuaWisecommittedApr 4, 2024 126bb57 added flag for new python version in build jobs JoshuaWisecommittedApr 4, 2024 3e629d9 9.4.4 JoshuaWisecommittedApr 3, 2024 080f863 Bump the github-actions group with 4 updates ...
added the nativeBinding option to the Database constructor changed the code property of SqliteError to be enumerable added SqliteError to the API documentation Removed tar dependency Reduced the size of installing better-sqlite3 (by using a files list in package.json)Assets...
{ "name": "@powersync/better-sqlite3", "version": "0.1.0", "publishConfig": { "access": "public" }, "description": "PowerSync fork of better-sqlite, the fastest and simplest library for SQLite in Node.js.", "homepage": "http://github.com/WiseLibs/better-sqlite3", "author": "...
The fastest and simplest library for SQLite3 in Node.js. - better-sqlite3/test at master · powersync-ja/better-sqlite3