Namespace Autarky\Database
| ConnectionManager | Manager for multiple database connections in the form of PDO instances and configuration data. |
| DatabaseProvider | Simple service provider that binds a shared PDO instance onto the container, using settings found in the database config file. |
| ConnectionFactoryInterface |
| CannotConnectException | Exception thrown specifically when a PDO connection cannot be established. |