Module database

Source
Expand description

Save and load data to persistent storage.

§Getting Started

TODO

Functions§

fetch
Fetch a resource from this application’s resource file.
load
Load a save file. Returns None if it doesn’t exist or is corrupted.
save
Save a file. Returns true when storage drive is out of memory.