Can u please tell what use cases fits best for this database?
A lot of them depending on the problem you're trying to solve...Some of them could be
- A public data-base where data can't be altered (immutability)
- Some records which store history like medical records which can only be updated by not overwritten.
On the technical end, it's decentralised and hence there is no central authority over the database.
So, this database allows only INSERT and SELECT WHERE id=? and UPDATE ... WHERE id=? or it also allows more complex queries?