UNPKG

ydn.db

Version:

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

21 lines (18 loc) 616 B
<!DOCTYPE html> <html> <head> <title>QUnit test - TCK 2</title> <meta charset="utf-8"> <link href="http://code.jquery.com/qunit/qunit-1.11.0.css" rel="stylesheet" type="text/css" /> <script src="../qunit/jquery.min.js"></script> <script src="../qunit/qunit-1.11.0.js"></script> <script src="../../jsc/reporter.js"></script> <script type="text/javascript" src="../../jsc/ydn.db-isw-core-crypt-qry-dev.js"></script> </head> <body> <div id="qunit"></div> <script type="text/javascript" src="qunit-base.js"></script> <script type="text/javascript" src="query-basic.js"></script> </body> </html>