Adminer - Database management in a single PHP file
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jakub Vrana 8bf02f2ce1 Release 3.6.2 13 years ago
adminer Release 3.6.2 13 years ago
designs Update design 13 years ago
editor Escape links 13 years ago
externals MySQL: Support geometry data types 13 years ago
plugins Add new methods to plugin 13 years ago
tests Fix switching language in test 13 years ago
.gitignore Ignore compiled files only in root 15 years ago
.gitmodules Replace JSMin by JsShrink 14 years ago
changes.txt Release 3.6.2 13 years ago
compile.php Revert "Unuse binary characters" 13 years ago
coverage.php Replace isset($var) by $var !== null 13 years ago
lang.php Support xx in lang.php 13 years ago
readme.txt Don't document parameters in readme 14 years ago
todo.txt Don't encode binary files 13 years ago

readme.txt

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