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

5 lines (3 loc) 138 B
var fst = require('./filestorage.js'); var f = new fst.FileStorage('./test.json',{ strict: false, ws: '' }); f.setItem('aaa',{a:1,b:1});