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

9 lines (8 loc) 257 B
<script src="../alasql.js"></script> <script> alasql.work('/alasql.min.js',['/test/test203myfn.js1','/test/test203myfn2.js1'],function(){ alasql('SELECT COLUMN myfn(_)+myfn2(_) FROM RANGE(1,5)',[],function(res){ console.log(res); }); }); </script>