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 a9f768fe0d Add Adminer namespace 4 months ago
.github Enable CodeQL Analysis 5 years ago
adminer Improved spelling. 4 years ago
designs Merge branch 'vrana:master' into master 1 year ago
editor Fix operators init 5 years ago
externals Don't syntax highlight during IME composition (bug #747) 5 years ago
plugins Add Adminer namespace 4 months ago
tests Update tests 5 years ago
.gitignore Add Composer support 11 years ago
.gitmodules Add external designs as submodules 5 years ago
.travis.yml Travis: add php 7.4 && 8.0 5 years ago
Makefile Add basic Makefile. 5 years ago
SECURITY.md Create security policy 5 years ago
changes.txt PostgreSQL: Don't reset table comments 4 years ago
compile.php Unsubstite constants (PHP 5 is now required) 4 years ago
composer.json Fix GPL version 8 years ago
coverage.php Replace isset($var) by $var !== null 13 years ago
lang.php Use PHP 5 12 years ago
readme.txt Update readme 5 years ago
todo.txt Update TODO 5 years 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, Elasticsearch, MongoDB, SimpleDB (plugin), Firebird (plugin), ClickHouse (plugin)
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
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