UNPKG

ydn.db

Version:

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

33 lines (29 loc) 997 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="jquery.min.js"></script> <script src="qunit.js"></script> <script src="../../jsc/reporter.js"></script> <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> <div id="qunit"></div> <script type="text/javascript" src="qunit-base.js"></script> <script type="text/javascript" src="transaction.js"></script> </body> </html>