logoalt Hacker News

muhehetoday at 7:23 AM2 repliesview on HN

What would you consider good modern design?


Replies

supriyo-biswastoday at 7:27 AM

SQLar[1], see [2] for some reasoning around why a database is preferred over zipped XML. Though, I'd be fine with a DBM-style database too as we only need the key-value part of it.

[1] https://sqlite.org/sqlar/doc/trunk/README.md

[2] https://www.sqlite.org/affcase1.html

show 2 replies
speedgoosetoday at 8:13 AM

Compressed JSON with the binary content encoded in base64 strings, obviously.

show 2 replies