UNPKG

alasql

Version:

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

14 lines (9 loc) 208 B
if(typeof exports === 'object') { var assert = require("assert"); var alasql = require('..'); }; describe('Test 65 - Cursors', function() { it('CURSOR', function(done){ done(); }); });