Skip to content

Commit ddc8a51

Browse files
author
Christopher J. Brody
committed
update README.md with customizations
1 parent 19f7060 commit ddc8a51

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# SQLite compiled to JavaScript <img src="https://user-images.githubusercontent.com/552629/76405509-87025300-6388-11ea-86c9-af882abb00bd.png" width="40" height="40" />
1+
# SQLite compiled to JavaScript with customizations <img src="https://user-images.githubusercontent.com/552629/76405509-87025300-6388-11ea-86c9-af882abb00bd.png" width="40" height="40" />
22

3+
<!--
34
[![CI status](https://github.com/sql-js/sql.js/workflows/CI/badge.svg)](https://github.com/sql-js/sql.js/actions)
45
[![npm](https://img.shields.io/npm/v/sql.js)](https://www.npmjs.com/package/sql.js)
56
[![CDNJS version](https://img.shields.io/cdnjs/v/sql.js.svg)](https://cdnjs.com/libraries/sql.js)
7+
-->
68

79
For the impatients, try the demo here: https://sql-js.github.io/sql.js/examples/GUI/
810

@@ -14,6 +16,10 @@ SQLite is public domain, sql.js is MIT licensed.
1416

1517
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.
1618

19+
## Customizations
20+
21+
- enable FTS4
22+
- enable R-Tree
1723

1824
## Documentation
1925
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

Comments
 (0)