·cdc

Change Data Capture – Architektur, Einstiegspunkte, Bytecode-Emission, Synchronisierungs-Engine-Integration, Tests

58Installationen·2Trend·@tursodatabase

Installation

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

So installieren Sie cdc

Installieren Sie den KI-Skill cdc schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/tursodatabase/turso --skill cdc
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

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.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/tursodatabase/turso --skill cdc
Kategorie
{}Datenanalyse
Verifiziert
Erstes Auftreten
2026-02-19
Aktualisiert
2026-03-10

Browse more skills from tursodatabase/turso

Schnelle Antworten

Was ist cdc?

Change Data Capture – Architektur, Einstiegspunkte, Bytecode-Emission, Synchronisierungs-Engine-Integration, Tests Quelle: tursodatabase/turso.

Wie installiere ich cdc?

Ö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

Wo ist das Quell-Repository?

https://github.com/tursodatabase/turso