-
Notifications
You must be signed in to change notification settings - Fork 664
Examples
Mathias Rangel Wulff edited this page Jun 2, 2017
·
2 revisions
Try AlaSQL in Fiddle:
- Simple examples: sample 1, sample 2, sample 3, sample 4, sample 5
- IndexedDB example
- AlaSQL Sandbox - source
- Sieve of Eratosthenes - source
Try AlaSQL in console:
- AlaSQL Console http://alasql.org/console
- Console source code
-
Alacon - command-line AlaSQL console (to run:
alacon "sql-statement" params...
) -
Alaserver - very simple AlaSQL-server (to run:
alaserver
, then type in browser "http://127.0.0.1:1337/?SELECT VALUE 2*2" )
Other examples:
-
[World database](http://alasql.org/console?source 'world.sql';select top 10 * from City) - source
-
Mini-ETL: upload CSV data to IndexedDB database
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo