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.


