·cdc

Change Data Capture - architecture, entrypoints, bytecode emission, sync engine integration, tests

58Installs·2Trend·@tursodatabase

Installation

$npx skills add https://github.com/tursodatabase/turso --skill cdc

How to Install cdc

Quickly install cdc AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/tursodatabase/turso --skill cdc
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: tursodatabase/turso.

SKILL.md

View raw

CDC tracks INSERT/UPDATE/DELETE changes on database tables by writing change records into a dedicated CDC table (tursocdc by default). It is per-connection, enabled via PRAGMA, and operates at the bytecode generation (translate) layer. The sync engine consumes CDC records to push local changes to the remote.

The connection stores Option — None means CDC is off.

The CDC table is created at runtime by the InitCdcVersion opcode via CREATE TABLE IF NOT EXISTS.

Change Data Capture - architecture, entrypoints, bytecode emission, sync engine integration, tests Source: tursodatabase/turso.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tursodatabase/turso --skill cdc
Category
{}Data Analysis
Verified
First Seen
2026-02-19
Updated
2026-03-10

Browse more skills from tursodatabase/turso

Quick answers

What is cdc?

Change Data Capture - architecture, entrypoints, bytecode emission, sync engine integration, tests Source: tursodatabase/turso.

How do I install cdc?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tursodatabase/turso --skill cdc Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/tursodatabase/turso