QuiltServerTools / Ledger

A server-side logging mod for fabric 1.17+
https://www.quiltservertools.net/Ledger/latest/
GNU Lesser General Public License v3.0
170 stars 46 forks source link

[Feature Request] Allow custom jdbc URL #254

Open zly2006 opened 2 months ago

zly2006 commented 2 months ago

Is your feature request related to a problem?

I have a backup tool that auto backs up the entire world folder. ledger's database take a lot of disk usage so i want to change its database location.

Describe the solution you'd like.

[database]
url = "jdbc:sqlite:./sample.db" # . refers to server root, not world folder

Describe alternatives you've considered.

n/a

Agreements

Other

No response

zly2006 commented 1 month ago

Related: #234