Was ist cdc?
Change Data Capture – Architektur, Einstiegspunkte, Bytecode-Emission, Synchronisierungs-Engine-Integration, Tests Quelle: tursodatabase/turso.
Change Data Capture – Architektur, Einstiegspunkte, Bytecode-Emission, Synchronisierungs-Engine-Integration, Tests
Installieren Sie den KI-Skill cdc schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: 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 – Architektur, Einstiegspunkte, Bytecode-Emission, Synchronisierungs-Engine-Integration, Tests Quelle: tursodatabase/turso.
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/tursodatabase/turso --skill cdcChange Data Capture – Architektur, Einstiegspunkte, Bytecode-Emission, Synchronisierungs-Engine-Integration, Tests Quelle: tursodatabase/turso.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/tursodatabase/turso --skill cdc Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/tursodatabase/turso