Very good indeed,
Quite the explanation, the storage part would be an interesting thing to see, for instance in SQLite, what is this binary file created in the filesystem, or how is it’s data organized.
SQLite documentation covers this quite well, see "Database File Format" [0] or have a look at pager.c source code [1]. SQLite database is actually recommended by Library of Congress for archiving [2]
bionoid|6 years ago
0: https://www.sqlite.org/fileformat.html
1: https://sqlite.org/src/artifact/422fd8cfa59fb917
2: https://www.loc.gov/preservation/resources/rfs/data.html