Adminer - Drivers

If you would like to improve a database driver for Adminer then follow these steps:

  1. Download current source codes from Git: git://github.com/vrana/adminer.
  2. Run php compile.php $driver from command line to find out which functions are not implemented.
  3. Copy the missing function signature from adminer/drivers/mysql.inc.php and implement it.
  4. If it is a new feature then add this feature to support function.
  5. Review the work by pointing your browser to adminer/index.php.
  6. Send a pull request on GitHub.
  7. Your work will be published under the Apache License.

Thanks for your contribution!