DB::DBAL

The World's Most Powerful Light-Weight DBAL

Extensions

The following Database Extensions are currently available for DB::DBAL

  • MySQL – router to determine best MySQL extension
    • MySQLc – MySQL Classic (mysql_query)
    • MySQLi – MySQL Improved (mysqli_query)
  • Firebird – Interbase based database (ibase)

Build Your Own

DB::DBAL was designed to require minimal coding for the development of extensions.  Developers can take advantage of the efficient and intelligently designed DB::DBAL API, allowing you to create, test, and deploy your own extension quickly and easily.

Better yet, fork us on GitHub, add your extension, and then send us a pull request.  The more extensions the merrier!

Learn more about building your own extension