Ledger Databases
Modby potatoboy99999
Adds support for additional database types to Ledger
Type
Mod
CurseForge Downloads
1,143,323
CurseForge ID
529404
Last Updated
Jun 11, 2026
Description
Ledger Databases
Adds support for MySQL, PostgreSQL and H2 databases in Ledger
Use
Common
For all database types, you will need to place Ledger Databases in your mods folder along with the latest version of 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 = "" properties = []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
PostgreSQL
[database_extensions] database = "MYSQL" url = "" username = "" password = "" properties = []Connector properties
For some databases, such as MySQL, you can provide properties to the database connector. For each property, add a string entry to the properties array.
properties = ["useJDBCCompliantTimezoneShift=true", "useLegacyDatetimeCode=false", "serverTimezone=UTC"]Similar Mods
Curious Armor Stands
Allows armor stands to display curios
Refined Cooking
A mod that allows Refined Storage and Cooking for Blockheads to work together!
Monster Plus
New mobs of each and every flavor to improve the exploration experience: biome-exclusive monsters, new challenges and mo...
Not Enough Crashes
When crashing, you can go back to the title screen and keep playing, without needing to restart, alongside other things...
Reforgium
Unofficial Fork of FRAPI and Indium that works with Forge
ID Squeezer Tweak
Fixes the ID Squeezer at low TPS.