Litestream has been introduced with an implementation of a replication system for SQLite.
Ben Johnson, the author of the NoSQL storage system BoltDB, has introduced the Litestream project, which provides an extension for organizing data replication in SQLite. Litestream does not require changes to SQLite and can work with any applications using this library. Replication is managed by a separate background process that tracks changes in the database files and transfers them to another file or to […]
