Implement database #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Need to implement module containing a simple database, capable of storing grouped JSON data, i.e. it will contain a set of named groups of named JSON values. Names of groups and files are digits + Latin letters (ASCII subset).
It must be able to be saved and loaded as either a single file or a folder with hierarchical structure (or both). The process should be simple - loading all database into memory at once and, likewise, saving should just rewrite all the data from scratch.
Database implementationto Implement database