·cdc

更改数据捕获 - 架构、入口点、字节码发射、同步引擎集成、测试

59安装·3热度·@tursodatabase

安装

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

如何安装 cdc

通过命令行快速安装 cdc AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/tursodatabase/turso --skill cdc
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:tursodatabase/turso。

SKILL.md

查看原文

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
分类
{}数据分析
认证
收录时间
2026-02-19
更新时间
2026-03-11

Browse more skills from tursodatabase/turso

快速解答

什么是 cdc?

更改数据捕获 - 架构、入口点、字节码发射、同步引擎集成、测试 来源:tursodatabase/turso。

如何安装 cdc?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/tursodatabase/turso --skill cdc 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/tursodatabase/turso

详情

分类
{}数据分析
来源
skills.sh
收录时间
2026-02-19