For most databases, a primary concern is ensuring that data is not lost. RustDb does not have database backup and replication built into it, however the RustWeb2 program built on it does. The fundamental idea is that transactions that modify the database are saved in a log table, then fetched and stored in a copy… Continue reading Database replication and backup