UNPKG

ydn.db

Version:

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

11 lines (7 loc) 160 B
/** * @fileoverview Exports for main ydn-db module. * */ goog.require('goog.debug.Console'); goog.require('ydn.db.Storage'); goog.require('ydn.db.test');