mirror of
https://github.com/vrana/adminer.git
synced 2026-01-09 09:02:56 +01:00
4d0e79234c59e62bcabc5625a9c5ed501e80950a
Previously, the driver used `LIMIT <limit>, <offset>` syntax, causing incorrect pagination behavior (page 2 repeating results from page 1, etc.). Updated the `limit()` function to use ClickHouse-compatible `LIMIT <count> OFFSET <offset>` syntax, ensuring correct row offsets across pages.
Adminer
Adminer is a full-featured database management tool written in PHP. It consists of a single file ready to deploy to the target server. Adminer Editor offers data manipulation for end-users.
Features
- Supports: MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, Oracle
- Plugins for: Elasticsearch, SimpleDB, MongoDB, Firebird, ClickHouse, IMAP
- Requirements: PHP 5.3+ (compiled file), PHP 7.4+ (source codes)
Screenshot
Installation
If downloaded from Git then run: git submodule update --init
adminer/index.php- Run development version of Adminereditor/index.php- Run development version of Adminer Editoreditor/example.php- Example customizationcompile.php- Create a single file versionlang.php- Update translationstests/*.html- Katalon Recorder test suites
Plugins
There are several plugins distributed with Adminer, as well as many user-contributed plugins listed on the Adminer Plugins page.
Languages
PHP
67.9%
CSS
22.2%
HTML
7.7%
JavaScript
2.2%
