Ledger Databases 图标

Ledger Databases

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.2.2
本资源为搬运资源,原资源地址: https://modrinth.com/mod/ledger-databases
资源信息

Minecraft 版本: 26.1 26.1.1 26.1.2 26.2

平台: fabric

资源介绍

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:

[database_extensions]
database = "H2"

MySQL

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

[database_extensions]
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

[database_extensions]
database = "POSTGRESQL"
url = ""
username = ""
password = ""
properties = []
maxPoolSize = 10
connectionTimeout = 60000

SQLite

[database_extensions]
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.

properties = ["useJDBCCompliantTimezoneShift=true", "useLegacyDatetimeCode=false", "serverTimezone=UTC"]
📥 下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Status Effect Bars

价格:0 墨喵币
下载量:0

查看详情
Crust

价格:0 墨喵币
下载量:0

查看详情
The Backrooms

价格:0 墨喵币
下载量:0

查看详情
One Block Lucky Block

价格:0 墨喵币
下载量:0

查看详情