UNPKG

alasql

Version:

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

13 lines (9 loc) 242 B
if(typeof exports === 'object') { var assert = require("assert"); var alasql = require('..'); }; describe('Test 97 - TRIGGERS (SQL & JavaScript Way)', function() { // it('localStorage', function(done){ // done(); // }); });