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.
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.