Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaums authored Sep 7, 2023
1 parent 86e3652 commit 2f824f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Mycelite implements physical single-master replication for SQLite.
### Technical details

- Mycelite is a [VFS](https://www.sqlite.org/vfs.html) extension, which acts
as a proxy for OS filesystem.
- It intercepts page writes and creates a binary diff with the old version.
as a proxy for the OS filesystem.
- Mycelite intercepts page writes and creates a binary diff with the old version.
- The binary diffs are then stored in the [journal](./journal/README.md). They can also be sent
over the network to another machine.
- The diffs in the journal can then be sequentially applied, thus achieving
Expand Down

0 comments on commit 2f824f9

Please sign in to comment.