Update docs/manual.md

Co-authored-by: Jamie Barton <jamie@notrab.dev>
This commit is contained in:
Pavan Nambi
2025-09-01 16:05:23 +05:30
committed by GitHub
parent 635720ed74
commit 7a26351efc

View File

@@ -516,7 +516,7 @@ PRAGMA hexkey = '2d7a30108d3eb3e45c90a732041fe54778bdcf707c76749fab7da335d1b39c1
Turso supports [Capturing Data Capture](https://en.wikipedia.org/wiki/Change_data_capture), a powerful pattern for tracking and recording changes to your database in real-time. Instead of periodically scanning tables to find what changed, CDC automatically logs every insert, update, and delete as it happens.
To enable CDC
### Enabling CDC
```sql
PRAGMA unstable_capture_data_changes_conn('<mode>[,custom_cdc]');