File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11SHELL := /bin/bash
22
3- SQLITE_URL = https://www.sqlite.org/2023/sqlite-amalgamation-3410100 .zip
4- SQLITE_HASH = 02c0b580272ff9160b4c70459f85fd1a1c602a9f081c2c375b32ffa68483f55e
3+ SQLITE_URL = https://www.sqlite.org/2023/sqlite-amalgamation-3410200 .zip
4+ SQLITE_HASH = c51ca72411b8453c64e0980be23bc9b9530bdc3ec1513e06fbf022ed0fd02463
55SQLITE_SRC_FILES = sqlite-src/sqlite3.c sqlite-src/sqlite3.h
66
77JS_PRE_FILES = src/api.js src/vfs-pre.js
Original file line number Diff line number Diff line change 11** _ node-sqlite3-wasm_ **
22
33[ ![ npm] ( https://img.shields.io/npm/v/node-sqlite3-wasm.svg )] ( https://www.npmjs.com/package/node-sqlite3-wasm )
4- [ ![ SQLite] ( https://img.shields.io/badge/SQLite-3.41.1 -blue )] ( https://www.sqlite.org/index.html )
4+ [ ![ SQLite] ( https://img.shields.io/badge/SQLite-3.41.2 -blue )] ( https://www.sqlite.org/index.html )
55
66# WebAssembly build of SQLite3 for Node.js
77
@@ -26,7 +26,7 @@ implementing an [SQLite OS Interface or "VFS"](https://www.sqlite.org/vfs.html)
2626that translates SQLite file access to [ Node.js' file system
2727API] ( https://nodejs.org/api/fs.html ) .
2828
29- _ node-sqlite3-wasm_ is currently based on SQLite 3.41.1 .
29+ _ node-sqlite3-wasm_ is currently based on SQLite 3.41.2 .
3030It is a minimal implementation. In
3131particular, it does not support
3232
You can’t perform that action at this time.
0 commit comments