Database management in a single PHP file
Go to file
Christopher CHEN 65c52735fb Add plugin pretty-json-column
(cherry picked from commit 9b8612a49c43ff170837dbf84f8c08a0e85386a8)
2018-09-18 18:59:24 +02:00
adminer Update translation 2018-09-18 15:47:22 +02:00
designs Update mvt design 2018-09-18 13:40:58 +02:00
editor Add class 'layout' to all non-data tables 2018-09-18 12:08:19 +02:00
externals Update JUSH 2018-03-10 17:15:55 +01:00
plugins Add plugin pretty-json-column 2018-09-18 18:59:24 +02:00
tests Fix test 2018-02-20 09:17:13 +01:00
.gitignore Add Composer support 2014-11-11 08:41:58 -08:00
.gitmodules Use JUSH from GitHub 2018-03-02 09:38:58 +01:00
.travis.yml Allow PHP 5.6 in Travis 2018-01-19 18:20:02 +01:00
changes.txt Add Georgian translation 2018-09-18 15:34:09 +02:00
compile.php Use file caching only in non-dev 2018-02-20 22:08:52 +01:00
composer.json Fix GPL version 2018-01-23 12:21:42 +01: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 Update readme 2018-02-10 01:58:14 +01:00
todo.txt Add todo 2018-02-08 11:26:21 +01:00

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

https://www.adminer.org/
Supports: MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB, Firebird
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
adminer/sqlite.php - Development version of Adminer with SQLite allowed
adminer/designs.php - Development version of Adminer with adminer.css switcher
compile.php - Create a single file version
lang.php - Update translations
tests/katalon.html - Katalon Automation Recorder test suite

If downloaded from Git then run: git submodule update --init