什麼是 cdc?
更改資料擷取 - 架構、入口點、字節碼發射、同步引擎整合、測試 來源:tursodatabase/turso。
更改資料擷取 - 架構、入口點、字節碼發射、同步引擎整合、測試
透過命令列快速安裝 cdc AI 技能到你的開發環境
來源: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.
更改資料擷取 - 架構、入口點、字節碼發射、同步引擎整合、測試 來源:tursodatabase/turso。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/tursodatabase/turso --skill cdc更改資料擷取 - 架構、入口點、字節碼發射、同步引擎整合、測試 來源:tursodatabase/turso。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/tursodatabase/turso --skill cdc 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/tursodatabase/turso