SaaSHub helps you find the best software and product alternatives Learn more β
Adminer Alternatives
Similar projects and alternatives to Adminer
-
-
InfluxDB
InfluxDB β Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Ditto
Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.
-
-
-
-
beekeeper-studio
Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.
-
pgadmin4
pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
-
dbgate
Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. Runs under Windows, Linux, Mac or as web application
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Adminer discussion
Adminer reviews and mentions
-
Database management in a single PHP file
To be fair it's the actual releases that are in a single file.
Development evidently happens in the traditional sense with the project in a nicely defined tree.
The build process looks pretty gnarly, but it works! https://github.com/vrana/adminer/blob/master/compile.php
-
Fix 105 Common WordPress Issues Using Simple Code Snippets
Upload Adminer to your hosting (download it from Adminerβs website).
-
Show HN: Outerbase Studio β Open-Source Database GUI
> browser based
For whatever reason, this is the main limiting factor, because local software can be really good, for example:
DBeaver - pretty nice and lightweight local tool for a plethora of databases https://dbeaver.io/
DataGrip - commercial product, but you'll feel right at home if you use other JetBrains products https://www.jetbrains.com/datagrip/
DbVisualizer - really cool tool that helps you explore messy schemas https://www.dbvis.com/
HeidiSQL - haven't really used this myself but the version graph on the page is cool https://www.heidisql.com/
There's also some solutions that are specific to certain databases, like:
pgAdmin - for PostgreSQL https://www.pgadmin.org/
MySQL Workbench - for MySQL/MariaDB, sometimes a bit buggy but I really like the reverse engineering and forward engineering functionality https://www.mysql.com/products/workbench/
(out of respect for my own sanity, not mentioning SQL Developer, even though it sort of works)
Adminer - one of the somewhat rare web based solutions for the likes of MySQL/MariaDB, actually pleasant to use as long as you use it securely, this I think is a good example of web based DB tools https://www.adminer.org/
-
Shopware dev productivity and plugin validation
Use adminer (or the SQL CLI) to verify tables and database entries. In a dockware default development setup: http://localhost//adminer.php (Server: 127.0.0.1, not localhost; database: shopware; initial login: root:root).
- Adminer: Database management in a single PHP file
- DBeaver β open-source Database client
-
Ask HN: What Underrated Open Source Project Deserves More Recognition?
Heh, what a name for a DB explorer ("Adminer - Database management in a single PHP file"; Apache 2 or GPLv2 https://github.com/vrana/adminer/blob/v4.8.1/readme.txt#L7 )
- SQLite-Web: Web-based SQLite database browser written in Python
-
Microsoft sqlsrv.so Extension for MS SQL - need ODBC ?
Web Station test using PHP and Adminer via the 'ancient' unsupported pdo_dblib confirmed SQL Server is working, however I need to write code using the sqlsrv extension.
-
mySQL Backup Script without mysqldump
Or, more PHP now, do you have phpmyadmin or can run adminer - single file?
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 May 2025
Stats
vrana/adminer is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of Adminer is PHP.