Database management in a single PHP file
Go to file
2013-01-23 01:23:45 -08:00
adminer Release 3.6.3 2013-01-23 01:23:45 -08:00
designs Add a new design 2013-01-12 11:20:52 -08:00
editor Allow specifying external links (bug #3392685) 2013-01-11 12:46:44 -08:00
externals MySQL: Support geometry data types 2012-09-08 23:43:22 -07:00
plugins Allow specifying external links (bug #3392685) 2013-01-11 12:46:44 -08:00
tests Fix switching language in test 2012-12-20 21:13:47 -08:00
.gitignore Ignore compiled files only in root 2011-03-07 14:38:25 +01:00
.gitmodules removed CodeMirror dependancy 2012-10-20 10:37:39 -07:00
changes.txt Release 3.6.3 2013-01-23 01:23:45 -08:00
compile.php Revert "Unuse binary characters" 2012-09-26 21:45:04 -07:00
coverage.php Replace isset($var) by $var !== null 2012-05-14 01:11:08 -07:00
lang.php Support xx in lang.php 2012-10-04 00:25:22 -07:00
readme.txt Don't document parameters in readme 2012-03-08 15:30:15 -08:00
todo.txt Don't encode binary files 2012-09-07 08:30:31 -07:00

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

http://www.adminer.org/
Supports: MySQL, PostgreSQL, SQLite, MS SQL, Oracle
Requirements: PHP 4.3.3+ or 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