Implement database #1

Open
opened 2020-11-28 09:48:30 +03:00 by dkanus · 0 comments
Owner

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.
dkanus added the
enhancement
label 2020-11-28 09:48:30 +03:00
dkanus self-assigned this 2020-11-28 09:48:30 +03:00
dkanus changed title from Database implementation to Implement database 2020-11-28 11:30:58 +03:00
dkanus added this to the alpha1 milestone 2020-11-28 11:57:08 +03:00
dkanus reopened this issue 2020-11-28 19:41:39 +03:00
dkanus reopened this issue 2020-12-02 09:33:53 +03:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: dkanus/Avarice#1
No description provided.