Skip to content

Commit 1a5bcdd

Browse files
author
Christopher J. Brody
committed
support FTS4, FTS5, R-Tree, and JSON1
1 parent 02f592c commit 1a5bcdd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ CFLAGS = \
2727
-DSQLITE_DISABLE_LFS \
2828
-DSQLITE_ENABLE_FTS3 \
2929
-DSQLITE_ENABLE_FTS3_PARENTHESIS \
30+
-DSQLITE_ENABLE_FTS4 \
31+
-DSQLITE_ENABLE_FTS5 \
32+
-DSQLITE_ENABLE_RTREE \
33+
-DSQLITE_ENABLE_JSON1 \
3034
-DSQLITE_THREADSAFE=0
3135

3236
# When compiling to WASM, enabling memory-growth is not expected to make much of an impact, so we enable it for all builds

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
custom build by [@brodybits (Christopher J. Brody)](https://github.com/brodybits) with some updates including:
44

5+
- support FTS4, FTS5, R-Tree, and JSON1
56
- some more OMIT build flags to omit some obsolete SQLite features
67
- no `dist` JS or WASM artifacts are committed in this version of sql.js
78

0 commit comments

Comments
 (0)