UNPKG

ydn.db

Version:

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

13 lines (7 loc) 200 B
/** * @fileoverview Exports for ydn-db connection module. * */ goog.require('ydn.db.con.Storage'); goog.require('ydn.db.con.exports'); goog.exportSymbol('ydn.db.Storage', ydn.db.con.Storage);