Merge pull request #6 from 7a6163/master

This commit is contained in:
Potatoboy9999 2022-07-05 08:34:12 -07:00 committed by GitHub
commit a767a78fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ""