Hacker News new | ask | show | jobs
by tyingq 1482 days ago
Sqlite has some good documentation. Their explanation of the file format is a good example:

https://www.sqlite.org/fileformat.html

Much better than other file format docs I've read, covers almost all the corner cases well, broken up into logical sections, uses tables for data formats when that makes sense, etc.