Minecraft Ledger Databases mod 2026 download
logo
minecraft mod Ledger Databases

Ledger Databases

Game Version: 1.18
Total Downloads: 233
Updated: Dec 1, 2021
Created: Sep 18, 2021
Download Ledger DatabasesDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
ledger-databases-1.0.1.jar release 4.24 MB Dec 1, 2021 1.18 128 download Ledger Databases ledger-databases-1.0.1.jar releaseDownload
ledger-databases-1.0.0.jar release 4.24 MB Sep 18, 2021 1.17.1 105 download Ledger Databases ledger-databases-1.0.0.jar releaseDownload

Description

Share this:

Ledger Databases

 

Adds support for MySQL and H2 databases in Ledger

 

Requires Ledger version 1.1.0 or later

 

Use

 

Common

 

For both MySQL and H2, you will need to place Ledger Databases in your mods folder along with Ledger

 

H2

 

Add the following to the bottom of your Ledger config file:

 

“`
[database_extensions]

database = "H2"
“`

MySQL

 

Add the following to the bottom of your Ledger config file:

“`

[database_extensions]

database = "MYSQL"

url = ""

username = ""

password = ""

“`

 

url: Must be URL of database with /database_name appended. An example URL would be localhost/ledger. You can optionally add port information such as localhost:3000/ledger

Comments

Add a comment