Skip to content

Commit 20e3263

Browse files
author
Christopher J. Brody
committed
Update docs with custom sql.js build
1 parent 1f6ac4a commit 20e3263

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# sqlite-evcustom-browser-memory-storage-ext-free 0.0.3-dev
44

5+
- sql-memory-growth.js with FTS5, R-Tree, and JSON1 enabled from the following custom sql.js branch: <https://github.com/brodybits/sql.js/tree/sqlite-3.26.0-json1>
6+
57
# sqlite-evcustom-browser-memory-storage-ext-free 0.0.2-dev
68

79
# cordova-sqlite-evplus-ext-free 0.3.7

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SQLite evcustom browser memory storage - emulation of Cordova/PhoneGap sqlite storage plugin on browser - custom enterprise version with evplus updates extra features
22

3-
using sql-memory-growth.js
3+
using sql-memory-growth.js from the following custom sql.js branch: <https://github.com/brodybits/sql.js/tree/sqlite-3.26.0-json1>
44

55
with Cordova framework not supported, not needed
66

@@ -236,10 +236,10 @@ See the [Sample section](#sample) for a sample with a more detailed explanation
236236
- `SQLITE_TEMP_STORE=2` (except for SQL.js on browser platform)
237237
- `SQLITE_ENABLE_FTS3`
238238
- `SQLITE_ENABLE_FTS3_PARENTHESIS`
239-
- `SQLITE_ENABLE_FTS4` (except for SQL.js on browser platform)
240-
- `SQLITE_ENABLE_FTS5` _(except for SQL.js on browser platform)_
241-
- `SQLITE_ENABLE_RTREE` _(except for SQL.js on browser platform)_
242-
- `SQLITE_ENABLE_JSON1` _(except for SQL.js on browser platform)_
239+
- `SQLITE_ENABLE_FTS4`
240+
- `SQLITE_ENABLE_FTS5`
241+
- `SQLITE_ENABLE_RTREE`
242+
- `SQLITE_ENABLE_JSON1`
243243
- `SQLITE_DEFAULT_PAGE_SIZE=4096` and `SQLITE_DEFAULT_CACHE_SIZE=-2000` - new stable page/cache sizes from 3.12.0 ref: <http://sqlite.org/pgszchng2016.html>; <http://sqlite.org/releaselog/3_12_0.html> _(not explicitly defined for SQL.js on browser platform)_
244244
- `SQLITE_OS_WINRT` (Windows only)
245245
- `NDEBUG` on Windows (Release build only)

0 commit comments

Comments
 (0)