Currently we just log data to a file. This is inefficient and prone to failure. We should instead use some kind of database: - Sqlite3 (maybe https://github.com/gakonst/sqlitemap/) - https://github.com/spacejam/sled/ - https://github.com/sfackler/rust-postgres
Currently we just log data to a file. This is inefficient and prone to failure.
We should instead use some kind of database: