Skip to content

Releases: shusaura85/mythdb

V1.0.0

03 Oct 15:02
Compare
Choose a tag to compare

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.