UNPKG

alasql

Version:

AlaSQL.js - JavaScript SQL database library for relational and graph data manipulation with support of localStorage, IndexedDB, and Excel

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});