Open SourceLibraryFree
SQLite
The most widely deployed database engine in the world: a single self-contained file, no server, in the public domain. It is the local data store inside countless desktop and self-hosted apps, and its built-in .dump / restore round-trip makes it the cleanest way to practice the one backup discipline that matters, restoring into a fresh database and proving the data still matches.