UNPKG

ydn.db

Version:

Javascript database library for IndexedDB, WebDatabase (WebSQL) and WebStorage (localStorage) storage mechanisms supporting version migration, advanced query and transaction workflow.

30 lines (24 loc) 782 B
<!DOCTYPE html> <html> <head> <title>QUnit test - TCK 1</title> <meta charset="utf-8"> <link href="qunit-1.11.0.css" rel="stylesheet" type="text/css" /> <script src="../../../closure-library/closure/goog/base.js"></script> <script type="text/javascript" src="../../../ydn-base/src/deps.js"></script> <script type="text/javascript" src="../../src/deps.js"></script> <script> goog.require('ydn.db.Storage'); goog.require('ydn.db.Query'); goog.require('ydn.debug'); goog.require('ydn.base.exports'); // options = {mechanisms: ['indexeddb']}; </script> <script> ydn.debug.log('ydn.db', 'finest'); </script> </head> <body> <script type="text/javascript" src="test-abort.js"></script> </body> </html>