|
|
|
|
|
by reacharavindh
2988 days ago
|
|
Have limited protobuf knowledge. 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 |
|