aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2023-07-10 11:38:34 +0000
committerGitHub <noreply@github.com>2023-07-10 11:38:34 +0000
commit91795c73ac1b0ce4f99e0165f4db08735694b316 (patch)
tree0b3d85f0fb55071c52b0905389c4d6a13edda8ff
parentMerge pull request #3993 from awesome-selfhosted/fix-alphabetical-ordering-du... (diff)
downloadawesome-selfhosted-91795c73ac1b0ce4f99e0165f4db08735694b316.tar.gz
awesome-selfhosted-91795c73ac1b0ce4f99e0165f4db08735694b316.zip
Add Adminer to Database Management (#3964)
- fixes https://github.com/awesome-foss/awesome-sysadmin/issues/444
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 44150e88..97bb0ef3 100644
--- a/README.md
+++ b/README.md
@@ -729,6 +729,7 @@ _Related: [Analytics](#analytics), [Automation](#automation)_
_See also: [dbdb.io - Database of Databases](https://dbdb.io/)_
+- [Adminer](https://www.adminer.org/) - Database management in a single PHP file. Available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others. ([Source Code](https://github.com/vrana/adminer/)) `Apache-2.0/GPL-2.0` `PHP`
- [Baserow](https://baserow.io/) - Open source online database tool and Airtable alternative. Create your own database without technical experience. ([Source Code](https://gitlab.com/bramw/baserow)) `MIT` `Python/Nodejs`
- [Bytebase](https://www.bytebase.com/) - Safe database schema change and version control for DevOps teams, supports MySQL, PostgreSQL, TiDB, ClickHouse, and Snowflake. ([Demo](https://demo.bytebase.com), [Source Code](https://github.com/bytebase/bytebase)) `MIT` `Docker/Go`
- [Chartbrew](https://chartbrew.com) - Web application that can connect directly to databases and APIs and use the data to create beautiful charts. ([Demo](https://app.chartbrew.com/live-demo), [Source Code](https://github.com/chartbrew/chartbrew)) `MIT` `Nodejs`