sqlite-data
✓使用 SQLiteData 库(@Table、@FetchAll、@FetchOne 宏)进行 SQLite 持久性、查询、写入、迁移或 CloudKit 私有数据库同步时使用。
SKILL.md
SQLiteData provides type-safe SQLite access through Swift macros, simplifying database modeling and queries while handling CloudKit sync, migrations, and async patterns automatically.
ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake.
| Table Models | Defining tables with @Table, setting up primary keys, columns, or enums | | Queries - Basics | Using @FetchAll, @FetchOne, @Selection, filtering, ordering, or joins | | Queries - Advanced | Using @Fetch with FetchKeyRequest, dynamic queries, recursive CTEs, or direct reads |
使用 SQLiteData 库(@Table、@FetchAll、@FetchOne 宏)进行 SQLite 持久性、查询、写入、迁移或 CloudKit 私有数据库同步时使用。 来源:johnrogers/claude-swift-engineering。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/johnrogers/claude-swift-engineering --skill sqlite-data- 分类
- {}数据分析
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 sqlite-data?
使用 SQLiteData 库(@Table、@FetchAll、@FetchOne 宏)进行 SQLite 持久性、查询、写入、迁移或 CloudKit 私有数据库同步时使用。 来源:johnrogers/claude-swift-engineering。
如何安装 sqlite-data?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/johnrogers/claude-swift-engineering --skill sqlite-data 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/johnrogers/claude-swift-engineering
详情
- 分类
- {}数据分析
- 来源
- skills.sh
- 收录时间
- 2026-02-01