database/drivers library
Classes
- DatabaseManager
- Manages the active database connection and builder.
- MySQLConnection
-
Concrete implementation of DatabaseConnection for MySQL using
mysql1package. - MySQLSchemaBuilder
- SQLiteConnection
-
Concrete implementation of DatabaseConnection for SQLite using
sqlite3package. - SQLiteSchemaBuilder