Ledger Databases

⭐ — (26 endorsements) 📥 4,898 downloads 📌 v1.2.2 📅 4/24/2024
🟡 Updated this year

By Potatoboy9999 · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 4/1/2026 📅 Created: 4/24/2024
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 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 `/` appended. An example URL would be `localhost/ledger`. You can optionally add port information such as `localhost:3000/ledger`

## 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"] ```

🤖 AI-enhanced — based on mod data

📊 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

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by Potatoboy9999 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods