database/drivers library

Classes

DatabaseManager
Manages the active database connection and builder.
MySQLConnection
Concrete implementation of DatabaseConnection for MySQL using mysql1 package.
MySQLSchemaBuilder
SQLiteConnection
Concrete implementation of DatabaseConnection for SQLite using sqlite3 package.
SQLiteSchemaBuilder