Database management in a single PHP file
Go to file
2014-01-07 21:34:49 -08:00
adminer Mark auto_increment fields in edit 2014-01-07 13:16:03 -08:00
designs Do not display SQL icon in PostgreSQL header breadcrumbs 2013-12-20 19:01:24 -08:00
editor Don't reset column when searching for an empty value with Enter 2013-12-20 17:42:43 -08:00
externals Fix trailing newline in IE textarea 2014-01-07 21:34:49 -08:00
plugins Abstract schemas() 2013-10-24 22:16:24 -07:00
tests Fix tests 2013-12-22 06:56:13 -08:00
.gitignore Add Nette design 2013-01-26 21:26:17 -08:00
.gitmodules Driver for SimpleDB 2013-07-09 10:54:43 -07:00
changes.txt Mark auto_increment fields in edit 2014-01-07 13:16:03 -08:00
compile.php Update JUSH 2014-01-07 13:03:48 -08:00
coverage.php Replace isset($var) by $var !== null 2012-05-14 01:11:08 -07:00
lang.php Use PHP 5 2013-08-08 17:20:14 -07:00
readme.txt Fix grammar in slogan 2013-09-10 11:40:35 -07:00
todo.txt PostgreSQL: Support creating array columns 2013-08-08 13:52:23 -07:00

Adminer - Database management in a single PHP file
Adminer Editor - Data manipulation for end-users

http://www.adminer.org/
Supports: MySQL, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch
Requirements: PHP 5+
Apache License 2.0 or GPL 2

adminer/index.php - Run development version of Adminer
editor/index.php - Run development version of Adminer Editor
editor/example.php - Example customization
plugins/readme.txt - Plugins for Adminer and Adminer Editor
adminer/plugin.php - Plugin demo
compile.php - Create a single file version
lang.php - Update translations
tests/selenium.html - Selenium test suite