Skip to content
agershun edited this page Dec 28, 2014 · 10 revisions

About Alasql

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

Information about Alasql

Why Alasql?

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.
Clone this wiki locally