python_blockchain_app
python_blockchain_app copied to clipboard
Backend storage
In using litecore, I notice the ledger population pickups at the same place where left off if a node is shutdown. This indicates a flat storage of the ledger. Have you considered moving from runtime storage to more of a flat storage. I have been using UnQLite.
It's a nice idea to add persistent storage. I'll consider this in the next revision I make.
Or I'm more than happy if anybody wants to take this up and make a PR.
I have not used UnQLite before, maybe we can use sqlite which is already a part of python