Skip to content

stewi1014/distanthorizons-datastores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distant Horizons Datastores

This adds support for different data storage types for distant horizons.

Using

It will create a configuration file DistantHorizons_Datastores.toml, which can be configured with the JDBC URL and other settings for connecting to the database.

No JDBC drivers are included. You will need to include the relevant JDBC Driver yourself, either manually or using a mod like

Building

You'll need a copy of the Distant Horizons API from this branch.

To build the project run

  • gradle build

If you don't have a working docker, you might want to disable tests (i.e. gradle build -x test) as docker runs the databases that are needed to test against.

About

Alternate data storage methods for Distant Horizons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages