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 967647759e Release 5.0.5 5 months ago
.github Issues: Prefer MySQLi 5 months ago
adminer Release 5.0.5 5 months ago
designs Designs: Update rmsoft (fix #911) 5 months ago
editor Add plugin AdminerEditorViews (fix #905) 5 months ago
externals MySQL: Display converting function for binary, bit or geometry fields 5 months ago
plugins MongoDB: Rename file 5 months ago
tests Tests: Fix CockroachDB after 48308f3 5 months ago
.editorconfig Specify coding style and follow it 5 months ago
.gitattributes Add .gitattributes, exclude tests from archive 5 months ago
.gitignore Add Composer support 11 years ago
.gitmodules Remove design submodules 5 months ago
.travis.yml Add PHP 8.1-8.4 5 months ago
LICENSE Add LICENSE 5 months ago
Makefile Add basic Makefile. 5 years ago
SECURITY.md Move issues to GitHub 5 months ago
changes.txt Release 5.0.5 5 months ago
compile.php Compile: strip space after CSS comment 5 months ago
composer.json Composer: Add script for cleaning 5 months ago
coverage.php Coverage: Fix newlines 5 months ago
lang.php Remove unused variable 5 months ago
php_shrink.inc.php Compile: Move ?><? removal to php_shrink 5 months ago
phpcs.xml Wrap long lines 5 months ago
readme.txt MongoDB: Move to plugin 5 months ago
todo.txt Add support for "order" field privilege 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, CockroachDB, SQLite, MS SQL, Oracle
Plugins for: Elasticsearch, SimpleDB, MongoDB, Firebird, ClickHouse
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/*.html - Katalon Recorder test suites

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