You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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>
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# SQLite evcustom browser memory storage - emulation of Cordova/PhoneGap sqlite storage plugin on browser - custom enterprise version with evplus updates extra features
2
2
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>
4
4
5
5
with Cordova framework not supported, not needed
6
6
@@ -236,10 +236,10 @@ See the [Sample section](#sample) for a sample with a more detailed explanation
236
236
-`SQLITE_TEMP_STORE=2` (except for SQL.js on browser platform)
237
237
-`SQLITE_ENABLE_FTS3`
238
238
-`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`
243
243
-`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)_
0 commit comments