If you would like to improve a database driver for Adminer then follow these steps:
git://github.com/vrana/adminer
.php compile.php $driver
from command line to find out which functions are not implemented.adminer/drivers/mysql.inc.php
and implement it.support
function.adminer/index.php
.Thanks for your contribution!