
Adminer
Single-file PHP database management tool
7.5k stars 1.2k forks last commit first released
Actively maintained
Last commit 24 Jul 2026.

Adminer is a lightweight, full-featured database management application written in PHP and distributed as a single deployable file. It provides a web UI for administering many SQL databases and can be extended via plugins for additional backends.
Key Features
- Single-file deployment for quick setup on existing PHP hosting
- Supports MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, and Oracle
- Create and manage databases, tables, columns, indexes, views, triggers, routines, and events (DB-dependent)
- Browse and edit data with filtering, sorting, aggregation, and pagination
- SQL command execution from an input field or uploaded file
- Export structure and data (for example to SQL or CSV)
- Schema visualization with foreign-key relationships
- Pluggable architecture (for example Elasticsearch, MongoDB, ClickHouse, Firebird, IMAP)
- Adminer Editor variant for simpler end-user data manipulation
Use Cases
- Quick, on-demand database administration on shared hosting or servers
- Lightweight alternative to heavier web database tools for routine operations
- Controlled end-user data editing via Adminer Editor and customizations
Limitations and Considerations
- Exposing Adminer publicly increases risk; restrict access (network controls or additional authentication) and keep it updated
Adminer is well-suited for teams and individuals who want a small, fast web-based database UI without a complex installation. Its broad database support and plugin system make it flexible for many environments while remaining easy to deploy.
Categories:
Tags:
Tech Stack:
Similar to Adminer
phpMyAdmin
Web-based administration interface for MySQL and MariaDB
phpMyAdmin is a PHP-based web interface to manage MySQL and MariaDB databases, including schema changes, user privileges, import/export, and SQL execution.
Datasette
Explore and publish SQLite data as a web UI and JSON API
Open source tool to publish SQLite databases as an interactive website with a JSON API, with a powerful plugin system for search, auth, and customization.

Mathesar
Open-source spreadsheet-like UI for PostgreSQL databases
Self-hosted web app that provides a spreadsheet-like interface to view, edit, query, and manage PostgreSQL data with native Postgres role-based access control.

CloudBeaver
Web-based database manager for SQL and NoSQL data sources
CloudBeaver is an open-source, web-based database manager for teams, offering a browser SQL editor, data browsing/editing, and administration for many databases.
pgAdmin 4
Web and desktop administration and development for PostgreSQL
pgAdmin 4 is an open source web and desktop GUI for administering and developing PostgreSQL databases, including query tooling, object management, and maintenance tasks.
DbGate
Cross-platform SQL & NoSQL database manager
Open-source, cross-platform database client for SQL and NoSQL engines (MySQL, PostgreSQL, SQL Server, MongoDB, Redis, SQLite, etc.), available as desktop apps, web app and Docker.

