1
0
mirror of https://github.com/n1trux/awesome-sysadmin.git synced 2025-03-20 17:48:10 +00:00

add surrealdb and move adminer for alphabetical

moved adminer out of the sub list of mariaDB as it seems to support like 15 databases
added surrealdb as new database
This commit is contained in:
G2G2G2G 2022-10-06 20:25:03 -05:00 committed by GitHub
parent 17378e3ae1
commit 723a3d004b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -559,14 +559,15 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
*Relational DBMS.* *Relational DBMS.*
* [Adminer](https://www.adminer.org/) - Database management in a single PHP file ([Source code](https://github.com/vrana/adminer))
* [Firebird](http://www.firebirdsql.org/) - True universal database. * [Firebird](http://www.firebirdsql.org/) - True universal database.
* [Galera](http://galeracluster.com/) - Galera Cluster for MySQL is an easy-to-use high-availability solution with high system up-time, no data loss, and scalability for future growth. * [Galera](http://galeracluster.com/) - Galera Cluster for MySQL is an easy-to-use high-availability solution with high system up-time, no data loss, and scalability for future growth.
* [MariaDB](https://mariadb.org/) - Community-developed fork of the MySQL. * [MariaDB](https://mariadb.org/) - Community-developed fork of the MySQL.
* [adminer](https://www.adminer.org/) - Database management in a single PHP file ([Source code](https://github.com/vrana/adminer))
* [Percona Server](https://www.percona.com/software) - Enhanced, drop-in MySQL replacement. * [Percona Server](https://www.percona.com/software) - Enhanced, drop-in MySQL replacement.
* [PostgreSQL](http://www.postgresql.org/) - Object-relational database management system (ORDBMS). * [PostgreSQL](http://www.postgresql.org/) - Object-relational database management system (ORDBMS).
* [PostgreSQL-XL](http://www.postgres-xl.org/) - Scalable PostgreSQL-based database cluster. * [PostgreSQL-XL](http://www.postgres-xl.org/) - Scalable PostgreSQL-based database cluster.
* [SQLite](http://sqlite.org/) - Library that implements a self-contained, serverless, zero-configuration, transactional SQL DBS. * [SQLite](http://sqlite.org/) - Library that implements a self-contained, serverless, zero-configuration, transactional SQL DBS.
* [SurrealDB](https://github.com/surrealdb/surrealdb) - A scalable, distributed, collaborative, document-graph database, for the realtime web
## Remote Management ## Remote Management