Skip to content

Commit dc1568e

Browse files
committed
enable rtree extension
1 parent ff87530 commit dc1568e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ CFLAGS = \
2525
-DSQLITE_ENABLE_FTS3_PARENTHESIS \
2626
-DSQLITE_ENABLE_JSON1 \
2727
-DSQLITE_THREADSAFE=0 \
28-
-DSQLITE_ENABLE_NORMALIZE
28+
-DSQLITE_ENABLE_NORMALIZE \
29+
-DSQLITE_ENABLE_RTREE=1
2930

3031
# When compiling to WASM, enabling memory-growth is not expected to make much of an impact, so we enable it for all builds
3132
# Since tihs is a library and not a standalone executable, we don't want to catch unhandled Node process exceptions

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urdeveloper/sql.js",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).",
55
"keywords": [
66
"sql",

0 commit comments

Comments
 (0)