Database management in a single PHP file
Go to file
2017-02-20 18:06:14 +01:00
adminer Elasticsearch: Support HTTPS by inputting https://server (bug #446) 2017-02-20 18:06:14 +01:00
designs Fixed all alternative designs after changes in a list of tables made here: https://github.com/vrana/adminer/pull/116 2017-02-20 12:21:50 +01:00
editor Add jsonly class to JS checkboxes 2017-02-20 15:11:47 +01:00
externals Centralize setting MySQL charset 2014-06-24 14:53:04 +02:00
plugins fix logger for SQL commands 2017-02-19 11:00:07 +01:00
tests Use 'Create database' instead of 'Create new database' 2017-02-20 16:47:03 +01:00
.gitignore Add Composer support 2014-11-11 08:41:58 -08:00
.gitmodules Remove modules used only by plugins 2014-02-01 10:28:56 -08:00
changes.txt Elasticsearch: Support HTTPS by inputting https://server (bug #446) 2017-02-20 18:06:14 +01:00
compile.php Add basic support for MySQL replication 2017-02-20 12:54:40 +01:00
composer.json Change links to HTTPS 2015-09-10 09:26:36 -07: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 Change links to HTTPS 2015-09-10 09:26:36 -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

https://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