diff --git a/docs/manual.md b/docs/manual.md index 782378b35..960122877 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -523,7 +523,11 @@ PRAGMA unstable_capture_data_changes_conn('[,custom_cdc]'); ``` ### Parameters -`` can be id, before, after, or full +- `` can be: + - `id`: Logs only the `rowid` (most compact) + - `before`: Captures row state before updates and deletes + - `after`: Captures row state after inserts and updates + - `full`: Captures both before and after states (recommended for complete audit trail) `custom_cdc` is optional, It lets you specify a custom table to capture changes. If no table is provided, Turso uses a default `turso_cdc` table.