mirror of
https://github.com/parkervcp/eggs.git
synced 2025-01-10 15:43:02 +08:00
update readme files
adds postgres readme
This commit is contained in:
parent
aa16af40fc
commit
5d71f035f9
@ -41,6 +41,7 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
|||||||
|
|
||||||
## Database Eggs
|
## Database Eggs
|
||||||
[MariaDB](/database/mariadb/)
|
[MariaDB](/database/mariadb/)
|
||||||
|
[PostgreSQL](/database/postgres/)
|
||||||
|
|
||||||
## Game Eggs
|
## Game Eggs
|
||||||
|
|
||||||
|
16
database/postgres/README.md
Normal file
16
database/postgres/README.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# PostgreSQL
|
||||||
|
### From their [Website](https://www.postgresql.org/)
|
||||||
|
The World's Most Advanced Open Source Relational Database
|
||||||
|
|
||||||
|
### Minimum RAM warning
|
||||||
|
2 Gigabytes minimum recommended
|
||||||
|
|
||||||
|
See here https://www.commandprompt.com/blog/postgresql_mininum_requirements/
|
||||||
|
|
||||||
|
|
||||||
|
### Server Ports
|
||||||
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
|
| Port | default |
|
||||||
|
|---------|---------|
|
||||||
|
| Server | 5432 |
|
Loading…
Reference in New Issue
Block a user