mirror of
https://github.com/BlockWorldGroup/Ledger-Databases.git
synced 2025-08-17 11:39:43 +08:00
Merge pull request #6 from 7a6163/master
This commit is contained in:
commit
a767a78fc1
@ -1,12 +1,12 @@
|
||||
# Ledger Databases
|
||||
|
||||
Adds support for MySQL and H2 databases in Ledger
|
||||
Adds support for MySQL, H2, and PostgreSQL databases in Ledger
|
||||
|
||||
## Use
|
||||
|
||||
## 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
|
||||
|
||||
@ -36,7 +36,7 @@ properties = []
|
||||
|
||||
```toml
|
||||
[database_extensions]
|
||||
database = "MYSQL"
|
||||
database = "POSTGRESQL"
|
||||
url = ""
|
||||
username = ""
|
||||
password = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user