Source: db/index.doc

/**
 * Generic abstraction classes to handle all classic operations on DB entries (save, remove, ...) without being dependant on a DB implementation (essentially allowing to change DB from Mongo to SQL without changing the underlying code)
 * 
 * @module amiwo/db
 * @see DBObject
 * @see DBObjectFactory
 */