-
Notifications
You must be signed in to change notification settings - Fork 664
About
agershun edited this page Dec 28, 2014
·
10 revisions
Alasql is a JavaScript SQL database library designed for:
- JavaScript [data manipulation](Data manipulation) and advanced filtering, grouping and joining
- Client-side [SQL database](Sql database) with persistence
- Fast data processing for BI and ERP applications
- Easy ETL (extract, transfer, and loading) data in CSV, XLSX, and other formats
- It works in all major browsers, Node.js, and mobile applications
- GitHub - http://github.com/agershun/alasql
- Official site - http://alasql.org
Alasql can apply SQL on JavaScript arrays and objects, including following operations:
- Can store,
- retrieve,
- sort,
- and iterate through JSON data,
- with a clean API,
- supports SQL
- and many other operations, like support of Local Storage and Indexed DB.
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo