circular
circular copied to clipboard
Db migration
We currently use Badgerdb as a database for everything. We save data and preimages. Preimages do not really have to be saved in the db so we could even just have them in RAM.
A relational SQL-like db like sqlite3 would be better suited for our data (successes, failures, routes), especially if we plan to use the stats on some other tool which can analyze them.