AlaSQL / alasql

AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.
http://alasql.org
MIT License
7.03k stars 657 forks source link

Compile SQL to pure JavaScript or JSON structure without JavaScript code #220

Open agershun opened 9 years ago

agershun commented 9 years ago

This allows to 'pre-compile' queries offline and use them after.

mathiasrw commented 9 years ago

:+1:

mathiasrw commented 9 years ago

Is this related to https://github.com/agershun/alasql/issues/219 ?

agershun commented 9 years ago

Yes