Skip to content

Commit a767a78

Browse files
Merge pull request #6 from 7a6163/master
2 parents 3294c32 + 9276f55 commit a767a78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Ledger Databases
22

3-
Adds support for MySQL and H2 databases in Ledger
3+
Adds support for MySQL, H2, and PostgreSQL databases in Ledger
44

55
## Use
66

77
## Common
88

9-
For both MySQL and H2, you will need to place Ledger Databases in your mods folder along with Ledger 1.1.0 or newer
9+
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
1010

1111
## H2
1212

@@ -36,7 +36,7 @@ properties = []
3636

3737
```toml
3838
[database_extensions]
39-
database = "MYSQL"
39+
database = "POSTGRESQL"
4040
url = ""
4141
username = ""
4242
password = ""

0 commit comments

Comments
 (0)