Adminer - Drivers
If you would like to improve a database driver for Adminer then follow these steps:
- Download current source codes from Git:
git://github.com/vrana/adminer.git.
- Run
php compile.php $driver from command line to find out which functions are not implemented.
- Copy the missing function signature from
adminer/drivers/mysql.inc.php and implement it.
- If it is a new feature then add this feature to
support function.
- Review the work by pointing your browser to
adminer/index.php.
- Send the modified file or the patch to vrana@php.net. You can also send a pull request on GitHub.
- Your work will be published under the Apache License.
Thanks for your contribution!