It would be great if there was a way to copying databases built in, preferably in a generic way that works with any database type. Here are some potential use cases for this:
- Make a copy of a public database with your own rules keeping history.
- Modify the manifest configuration for your own database.
- Create a snapshot of the state to reduce merkle-crdt size.
I'm not sure how feasible the last one is for generic databases since one would need to know what operations cancel each other out but maybe there is a way to encode the state map as the root of the log?
It would be great if there was a way to copying databases built in, preferably in a generic way that works with any database type. Here are some potential use cases for this:
I'm not sure how feasible the last one is for generic databases since one would need to know what operations cancel each other out but maybe there is a way to encode the state map as the root of the log?