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.
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.
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 4 years ago