Update docs/manual.md

Co-authored-by: Jamie Barton <jamie@notrab.dev>
This commit is contained in:
Pavan Nambi
2025-09-01 18:16:29 +05:30
committed by GitHub
parent fa51256d4f
commit 6d6e8d2944

View File

@@ -514,7 +514,7 @@ PRAGMA hexkey = '2d7a30108d3eb3e45c90a732041fe54778bdcf707c76749fab7da335d1b39c1
## CDC (Early Preview)
Turso supports [Change 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.
Turso supports [Change 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 per connection.
### Enabling CDC