US Library of Congress Recommended Storage Format

The US Library of Congress recommends SQLite for the preservation of data — not other relational database systems. I am not surprised since SQLite reads and writes data to files without the need of a server. SQLite is low maintenance and has not changed the mechanism used to read and write data since released on 08/17/2000 following SQL-92 standards. The latter means that data written quarter of a century ago can still be read today without errors and it would most likely be read without errors decades from now.

Read more.

  1. https://sqlite.org/locrsf.html
  2. https://www.loc.gov/preservation/digital/formats/fdd/fdd000461.shtml#local
  3. https://www.loc.gov/preservation/resources/rfs/data.html
  4. https://news.ycombinator.com/item?id=48042434

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.