bugfix: README for postgresql

This commit is contained in:
Zac 2022-06-23 11:14:24 +08:00
parent 3294c326dd
commit 9276f55dbd

View File

@ -1,12 +1,12 @@
# Ledger Databases # Ledger Databases
Adds support for MySQL and H2 databases in Ledger Adds support for MySQL, H2, and PostgreSQL databases in Ledger
## Use ## Use
## Common ## Common
For both MySQL and H2, you will need to place Ledger Databases in your mods folder along with Ledger 1.1.0 or newer For both MySQL, H2, and PostgreSQL, you will need to place Ledger Databases in your mods folder along with Ledger 1.1.0 or newer
## H2 ## H2
@ -36,7 +36,7 @@ properties = []
```toml ```toml
[database_extensions] [database_extensions]
database = "MYSQL" database = "POSTGRESQL"
url = "" url = ""
username = "" username = ""
password = "" password = ""