Ledger Databases
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.5% endorsement rate
- 🏆 #490 of 920 fabric mods in this game by downloads
📋 About This Mod
# Ledger Databases Adds support for MySQL, H2, and PostgreSQL databases in Ledger ## Use ## Common 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 Add the following to the bottom of your Ledger config file: ```toml database = "H2" ``` ## MySQL Add the following to the bottom of your Ledger config file: ```toml database = "MYSQL" url = "" username = "" password = "" properties = maxPoolSize = 10 connectionTimeout = 60000 ``` `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 ```toml database = "POSTGRESQL" url = "" username = "" password = "" properties = maxPoolSize = 10 connectionTimeout = 60000 ``` ## SQLite ```toml database = "SQLITE" ``` ## 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. ```toml properties = ```
# Ledger Databases
Adds support for MySQL, H2, and PostgreSQL databases in Ledger
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
Add the following to the bottom of your Ledger config file:
database = "H2" ```
Add the following to the bottom of your Ledger config file:
database = "MYSQL" url = "" username = "" password = "" properties = [] maxPoolSize = 10 connectionTimeout = 60000 ```
`url`: Must be URL of database with `/
## PostgreSQL
database = "POSTGRESQL" url = "" username = "" password = "" properties = [] maxPoolSize = 10 connectionTimeout = 60000 ```
database = "SQLITE" ```
## 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.
```toml properties = ["useJDBCCompliantTimezoneShift=true", "useLegacyDatetimeCode=false", "serverTimezone=UTC"] ```
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Potatoboy9999
- Version
- 1.2.2
- Downloads
- 4,898
- Endorsements
- 26
- Category
- fabric
- Created
- 4/24/2024
- Updated
- 4/1/2026
- Game Versions
- 26.1, 26.1.1, 26.1.2, 26.2
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Ledger Databases support?
The author lists 26.1, 26.1.1, 26.1.2, 26.2. Other versions may work but are untested by the author.
What is the latest version of Ledger Databases?
Version 1.2.2, published 2026-04-01 with 4,898 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await