mirror of https://github.com/vrana/adminer.git
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.
![]() |
5 months ago | |
---|---|---|
.github | 5 months ago | |
adminer | 5 months ago | |
designs | 5 months ago | |
editor | 5 months ago | |
externals | 5 months ago | |
plugins | 5 months ago | |
tests | 5 months ago | |
.editorconfig | 5 months ago | |
.gitattributes | 5 months ago | |
.gitignore | 11 years ago | |
.gitmodules | 5 months ago | |
.travis.yml | 5 months ago | |
LICENSE | 5 months ago | |
Makefile | 5 years ago | |
SECURITY.md | 5 months ago | |
changes.txt | 5 months ago | |
compile.php | 5 months ago | |
composer.json | 5 months ago | |
coverage.php | 5 months ago | |
lang.php | 5 months ago | |
phpcs.xml | 5 months ago | |
readme.txt | 5 months ago | |
todo.txt | 5 months ago |
readme.txt
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, MongoDB, Elasticsearch (plugin), SimpleDB (plugin), Firebird (plugin), ClickHouse (plugin)
Requirements: PHP 5.3+
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
editor/sqlite.php - Development version of Editor 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