Tuesday, May 7, 2019

Sql.js: SQLite Compiled to JavaScript

Sql.js is a port of SQLite to Webassembly, by compiling the SQLite C code with Emscripten. It uses a virtual database file stored in memory, 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.

The post Sql.js: SQLite Compiled to JavaScript appeared first on Best jQuery.


by Admin via Best jQuery

No comments:

Post a Comment