Skip to content

Commit 3f89d3a

Browse files
author
Christopher J. Brody
committed
update README.md for @brodybits custom build
1 parent eec27b5 commit 3f89d3a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# SQLite compiled to JavaScript
2+
3+
custom build by [@brodybits (Christopher J. Brody)](https://github.com/brodybits) with some updates including:
4+
5+
- no `dist` JS or WASM artifacts are committed in this version of sql.js
6+
7+
<!-- NOT INCLUDED in custom build:
28
[![CI status](https://github.com/kripken/sql.js/workflows/CI/badge.svg)](https://github.com/kripken/sql.js/actions)
39
[![CDNJS version](https://img.shields.io/cdnjs/v/sql.js.svg)](https://cdnjs.com/libraries/sql.js)
410
511
For the impatients, try the demo here: http://kripken.github.io/sql.js/examples/GUI
12+
- -->
613

714
*sql.js* is a port of [SQLite](http://sqlite.org/about.html) to Webassembly, by compiling the SQLite C code with [Emscripten](http://kripken.github.io/emscripten-site/docs/introducing_emscripten/about_emscripten.html). It uses a [virtual database file stored in memory](https://kripken.github.io/emscripten-site/docs/porting/files/file_systems_overview.html), and thus **doesn't persist the changes** made to the database. However, it allows you to **import** any existing sqlite file, and to **export** the created database as a [JavaScript typed array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays).
815

0 commit comments

Comments
 (0)