Skip to content

Commit

Permalink
Improved headings
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Oct 6, 2024
1 parent 71c1ad0 commit ae8ee78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sqlite/compile-sqlite3-rsync.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Compiling and running sqlite3-rsync from a branch
# Compiling and running sqlite3-rsync

Today I heard about the [sqlite3-rsync](https://sqlite.org/draft/rsync.html) command, currently available in a branch in the SQLite code repository. It provides a mechanism for efficiently creating or updating a copy of a SQLite database that is running in WAL mode, either locally or via SSH to another server.

Expand Down Expand Up @@ -39,6 +39,8 @@ The `-DSQLITE_ENABLE_DBPAGE_VTAB` flag is necessary to enable the `dbpage` virtu

> `ERROR: unable to prepare SQL [SELECT hash(data) FROM sqlite_dbpage WHERE pgno<=min(1,7338) ORDER BY pgno]: no such table: sqlite_dbpage`
## Trying out sqlite-rsync

Having compiled the utility I tested it out like this:

```bash
Expand Down

0 comments on commit ae8ee78

Please sign in to comment.