Everything under Quiote\Database.
| Class | Description |
|---|
AbstractOrmDatabase | Shared base for ORM adapters whose AbstractOrmDatabase::getConnection() returns an ORM manager (Eloquent Capsule, Doctrine EntityManager, Cycle ORM) rather than a raw PDO handle. |
Database | Database is a base abstraction class that allows you to setup any type of database connection via a configuration file. |
DatabaseDefinitions | What the compiled databases configuration declares, as data. |
DatabaseDriverRegistry | Process-global registry mapping short driver aliases (e.g. |
DatabaseManager | DatabaseManager allows you to setup your database connectivity before the request is handled. |
PdoDatabase | PdoDatabase provides connectivity for the PDO database API layer. |