Menu

Tree [1f173e] master v4.8.1 /
 History

HTTPS access


File Date Author Commit
 .github 2021-02-10 Jakub Vrána Jakub Vrána [d506f1] Enable CodeQL Analysis
 adminer 2021-05-14 Jakub Vrana Jakub Vrana [1f173e] Release 4.8.1
 designs 2021-02-11 Jakub Vrana Jakub Vrana [94d18d] Remove version
 editor 2021-02-09 Jakub Vrana Jakub Vrana [4742bd] Fix operators init
 externals 2021-02-06 Jakub Vrana Jakub Vrana [ee75df] Don't syntax highlight during IME composition (...
 plugins 2021-03-03 luigifab luigifab [a12d31] Fix editRowPrint for plugin
 tests 2021-02-08 Jakub Vrana Jakub Vrana [144039] Update tests
 .gitignore 2014-10-17 Rob Loach Rob Loach [fe5a81] Add Composer support
 .gitmodules 2020-05-14 shiipou shiipou [6f972f] Add external designs as submodules
 .travis.yml 2020-12-06 Milan Felix Šulc Milan Felix Šulc [75cd1c] Travis: add php 7.4 && 8.0
 Makefile 2020-04-03 Evgeny Chernyavskiy Evgeny Chernyavskiy [1e1c46] Add basic Makefile.
 SECURITY.md 2021-02-10 Jakub Vrána Jakub Vrána [cd7f06] Create security policy
 changes.txt 2021-05-14 Jakub Vrana Jakub Vrana [1f173e] Release 4.8.1
 compile.php 2021-02-23 Jakub Vrana Jakub Vrana [af1a90] Unsubstite constants (PHP 5 is now required)
 composer.json 2018-01-23 Jakub Vrana Jakub Vrana [dbc76a] Fix GPL version
 coverage.php 2012-05-14 Jakub Vrana Jakub Vrana [6591d4] Replace isset($var) by $var !== null
 lang.php 2013-08-09 Jakub Vrana Jakub Vrana [85d212] Use PHP 5
 readme.txt 2021-02-10 Jakub Vrana Jakub Vrana [9bd63a] Update readme
 todo.txt 2021-02-12 Jakub Vrana Jakub Vrana [25dda0] Update TODO

Read Me

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