Due to a recent incident where a user overwrote an article in a database, we want to start keeping a record of all changes to the records in several tables of the database that drives our web site.
Whether you want some quick and dirty data storage, or simply don’t have that heavy requirements for your local database system, SQLite is always a good choice. With its portable single-file approach, ...