UNPKG

kloudglue-alasql

Version:

Versatile SQL database for browser or node. Handles relational data and nested JSON (noSQL). Export to and import from Excel, localStorage or IndexedDB

16 lines (7 loc) 240 B
<script src="../dist/alasql.js"></script> <script> alasql.options.cache = 0; console.log('alasql.options.cache = 0;'); console.log('alasql.version:', alasql.version); </script> <xmp id="output">Use AlaSQL in the console please...