Merge pull request #448 from parkervcp/add/postgres

Add/postgres
This commit is contained in:
Michael (Parker) Parker
2020-04-25 12:30:33 -04:00
committed by GitHub
3 changed files with 80 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ If you are reading this it looks like you are looking to add an egg to your serv
## Database Eggs
### SQL Databases
[MariaDB](/database/mariadb/)
[PostgreSQL](/database/postgres/)
### In-Memory Databases
[Redis](/database/redis/)