UNPKG

ydn.db

Version:

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

14 lines 283 B
<!DOCTYPE html> <html> <head> <title>Hi</title> </head> <body> <div id="msg"></div> <script src="../../../../jsc/hi.js"></script> <script src="../../../../jsc/ydn.db-isw-crud-dev.js"></script> <script> app = new ydn.Shoper(); </script> </body> </html>