ydn.db
Version:
Javascript database library for IndexedDB, WebDatabase (WebSQL) and WebStorage (localStorage) storage mechanisms supporting version migration, advanced query and transaction workflow.
22 lines (16 loc) • 525 B
JavaScript
/**
* @fileoverview Exports for ydn-db CORE module.
*
*/
goog.provide('ydn.db.Storage.main_entry');
goog.require('ydn.base.exports');
goog.require('ydn.db.Storage');
goog.require('ydn.db.algo.exports');
goog.require('ydn.db.con.exports');
goog.require('ydn.db.core.exports');
goog.require('ydn.db.crud.exports');
goog.require('ydn.db.query.exports');
goog.require('ydn.db.sql.exports');
goog.require('ydn.db.tr.events.exports');
goog.require('ydn.debug.exports');
goog.exportSymbol('ydn.db.Storage', ydn.db.Storage);