
Adminer
Single-file PHP database management tool

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 Services

NocoDB
No-code spreadsheet interface for SQL databases with APIs
Open-source Airtable alternative that turns Postgres/MySQL/SQLite into a no-code spreadsheet UI with views, permissions, integrations, and REST APIs.

ClickHouse
Fast open-source columnar database for real-time analytics.
Open-source OLAP database designed for real-time analytics at scale.

Teable
Spreadsheet-like database app builder for PostgreSQL
Teable is an Airtable alternative for building database apps with a spreadsheet UI, multiple views, real-time collaboration, and a plugin system, backed by PostgreSQL.
PostgreSQL
Enterprise-grade open source relational database
PostgreSQL is an advanced open source object-relational database with strong SQL compliance, ACID transactions, extensibility, and robust indexing and replication options...


Bytebase
Database DevSecOps platform for schema change and access governance
Open-source database DevSecOps tool for managing schema migrations, SQL review, audit logging, access control, and data masking across multiple databases.
MySQL
Open source relational database management system
MySQL is an open source relational database for SQL-based transactional and analytical workloads, supporting replication, high availability, and clustering options.

PHP