My homebrew ScaffyDB is inelegant and only stores strings. JSON files can store most basic Python types. Let's switch the database backend to JSON. We will have a tick event that checks if the in-memory database has been modified every so often and pipes the data through zlib to the disk for storage.
My homebrew ScaffyDB is inelegant and only stores strings. JSON files can store most basic Python types. Let's switch the database backend to JSON. We will have a tick event that checks if the in-memory database has been modified every so often and pipes the data through zlib to the disk for storage.