Releases: shusaura85/mythdb
Releases · shusaura85/mythdb
V1.0.0
v1.0, Initial release
Initial release of MythDB. Simple database abstraction layer for PHP.
Supports:
- mySQL / MariaDB
- PostreSQL
- SQLite3
Actual database connection is performed only when a database command is executed, not when the object is created.