Posts SQLite compiled to JavaScript
Post
Cancel

SQLite compiled to JavaScript

Is a javascript SQL database. It allows you to create a relational database and query it entirely in the browser. Uses emscripten to compile SQLite to webassembly (or to javascript code for compatibility with older browsers).

https://sql.js.org/

https://github.com/sql-js/sql.js

origin - https://www.pipiscrew.com/?p=19337 sqlite-compiled-to-javascript

This post is licensed under CC BY 4.0 by the author.
Contents

Trending Tags