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
Copy file name to clipboardExpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
-
# SQLite compiled to JavaScript <imgsrc="https://user-images.githubusercontent.com/552629/76405509-87025300-6388-11ea-86c9-af882abb00bd.png"width="40"height="40" />
1
+
# SQLite compiled to JavaScript with customizations <imgsrc="https://user-images.githubusercontent.com/552629/76405509-87025300-6388-11ea-86c9-af882abb00bd.png"width="40"height="40" />
For the impatients, try the demo here: https://sql-js.github.io/sql.js/examples/GUI/
8
10
@@ -14,6 +16,10 @@ SQLite is public domain, sql.js is MIT licensed.
14
16
15
17
Sql.js predates WebAssembly, and thus started as an [asm.js](https://en.wikipedia.org/wiki/Asm.js) project. It still supports asm.js for backwards compatibility.
16
18
19
+
## Customizations
20
+
21
+
- enable FTS4
22
+
- enable R-Tree
17
23
18
24
## Documentation
19
25
A [full documentation](https://sql-js.github.io/sql.js/documentation/class/Database.html) generated from comments inside the source code, is available.
0 commit comments