Essy submitted a new resource:
MVDB 1.1 Internal Database Solution - An internal database for your games/plugins...
MVDB 1.1 Internal Database Solution - An internal database for your games/plugins...
Read more about this resource...Simply put, this is a plugin that allows you to create databases that can have varying lifetimes. They can be alive as long as your save data or they can be alive as long as it is open. Additionally a simple interface is provided to interact with localStorage in order to store values that can persist even after the game is closed.
By utilizing a Model-Ancestor interface a structure (which you define) can be enforced in the database. This means that errors based on assuming the form of your...