Skip to content

Database

Everything under Quiote\Database.

ClassDescription
AbstractOrmDatabaseShared base for ORM adapters whose AbstractOrmDatabase::getConnection() returns an ORM manager (Eloquent Capsule, Doctrine EntityManager, Cycle ORM) rather than a raw PDO handle.
DatabaseDatabase is a base abstraction class that allows you to setup any type of database connection via a configuration file.
DatabaseDefinitionsWhat the compiled databases configuration declares, as data.
DatabaseDriverRegistryProcess-global registry mapping short driver aliases (e.g.
DatabaseManagerDatabaseManager allows you to setup your database connectivity before the request is handled.
PdoDatabasePdoDatabase provides connectivity for the PDO database API layer.
NamespaceContents
Adapter10 types