Database management in a single PHP file
Go to file
2012-10-04 00:25:22 -07:00
adminer Add missing translations to xx 2012-10-04 00:24:37 -07:00
designs Update design 2012-09-17 21:12:32 -07:00
editor MySQL: Support geometry data types 2012-09-08 23:43:22 -07:00
externals MySQL: Support geometry data types 2012-09-08 23:43:22 -07:00
plugins Add new methods to plugin 2012-09-01 08:47:16 -07:00
tests Fix test 2012-09-07 11:36:46 -07:00
.gitignore Ignore compiled files only in root 2011-03-07 14:38:25 +01:00
.gitmodules Highlight code in textarea by CodeMirror 2012-04-15 22:00:33 -07:00
changes.txt Edit values by Ctrl+click instead of double click 2012-10-04 00:24:25 -07: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