better-sqlite3-multiple-ciphers 11.0.0-beta.0 → 11.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/deps/setup.ps1 +1 -1
- package/deps/sqlite3/sqlite3.c +668 -488
- package/deps/sqlite3/sqlite3.h +4 -3
- package/package.json +1 -1
- package/src/better_sqlite3.cpp +29 -29
- package/src/better_sqlite3.hpp +75 -77
package/README.md
CHANGED
|
@@ -17,10 +17,10 @@ The fastest and simplest library for SQLite3 in Node.js. This particular fork su
|
|
|
17
17
|
## Current versions
|
|
18
18
|
|
|
19
19
|
- ### Stable
|
|
20
|
-
- **better-sqlite3-multiple-ciphers** - [`
|
|
21
|
-
- **better-sqlite3** - [`
|
|
22
|
-
- **SQLite** - [`3.
|
|
23
|
-
- **SQLite3 Multiple Ciphers** - [`1.8.
|
|
20
|
+
- **better-sqlite3-multiple-ciphers** - [`11.1.1`](https://github.com/m4heshd/better-sqlite3-multiple-ciphers/releases/tag/v11.1.1)
|
|
21
|
+
- **better-sqlite3** - [`11.1.1`](https://github.com/JoshuaWise/better-sqlite3/releases/tag/v11.1.1)
|
|
22
|
+
- **SQLite** - [`3.46.0`](https://www.sqlite.org/releaselog/3_46_0.html)
|
|
23
|
+
- **SQLite3 Multiple Ciphers** - [`1.8.6`](https://github.com/utelle/SQLite3MultipleCiphers/releases/tag/v1.8.6)
|
|
24
24
|
|
|
25
25
|
- ### Beta
|
|
26
26
|
- **better-sqlite3-multiple-ciphers** - [`11.0.0-beta.0`](https://github.com/m4heshd/better-sqlite3-multiple-ciphers/releases/tag/v11.0.0-beta.0)
|