[ ] Python Library for logos blockchain client HTTP API
https://github.com/logos-blockchain/logos-blockchain/tree/master/nodes/nomos-node/http-client
[ ] Writer: Create plugin for sqlite3 python library that traces executed SQL and posts it to blockchain
https://www.geeksforgeeks.org/sqlite/how-to-enable-sqlite-query-logging/
[ ] Writer keeps track of previous messages and future messages are chained using parent hash (channel message ordering)
[ ] Reader: Write a follower for the blockchain channel that reads messages, parse them as sql and execute on the local SQL instance
[x] Reorgs: we rely on
channel message ordering
for now.