NucleusPowered / Nucleus

The Ultimate Essentials Plugin for Sponge.
http://nucleuspowered.org
MIT License
158 stars 70 forks source link

Incomplete work towards using DataContains for flexible data storage #1631

Closed dualspiral closed 2 years ago

dualspiral commented 2 years ago

People want database support - so let's let plugins drive that.

This PR will (eventually) sort out allowing users to write their own storage backend plugins for their servers (or publically). While I don't really have an interest in supporting alternate storage engines because of the changing nature of some of this data, others can take on that mantle.

The idea is that there will be a separate storage-api jar which will be individually versioned while I stablise this. There will be more docs around querying later.