Hacker News new | ask | show | jobs
by herge 3215 days ago
I'd just write protobuf "blobs" or other serialization format n in an sqlite text column. If you need to query across the typed data, you could build an index in another column from the data in your protobuf blob.