Why not use SQLite[1] for storing this data? Storing structured data in binary format, and being able to run SQL queries on it, is already possible with SQLite right?
[1] - https://www.sqlite.org/appfileformat.html
No comments yet.