Che cos'è cdc?
Change Data Capture: architettura, entrypoint, emissione di bytecode, integrazione del motore di sincronizzazione, test Fonte: tursodatabase/turso.
Change Data Capture: architettura, entrypoint, emissione di bytecode, integrazione del motore di sincronizzazione, test
Installa rapidamente la skill AI cdc nel tuo ambiente di sviluppo tramite riga di comando
Fonte: tursodatabase/turso.
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: architettura, entrypoint, emissione di bytecode, integrazione del motore di sincronizzazione, test Fonte: tursodatabase/turso.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/tursodatabase/turso --skill cdcChange Data Capture: architettura, entrypoint, emissione di bytecode, integrazione del motore di sincronizzazione, test Fonte: tursodatabase/turso.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/tursodatabase/turso --skill cdc Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/tursodatabase/turso