Implement database manager #4
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?
We need a handler for the database messages, that will manage local databases and perform operations on them, based on received messages.
It needs to have it's own config file, where it lists:
It must provide following commands:
These names do not have to be preserved, but they have to be documented.
It also must implement and document a number of response messages that report the result: success/failure (different type of failure per reason?).
Adding more is possible if deemed necessary during the implementation.
Do we even need several DBs?
Corrected text a little, removed requirement for multiple databases.