mirror of
https://github.com/BlockWorldGroup/Ledger-Databases.git
synced 2025-08-17 19:49:42 +08:00
bugfix: README for postgresql
This commit is contained in:
parent
3294c326dd
commit
9276f55dbd
@ -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 = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user