什么是 convex-queries?
凸数据库查询、索引和过滤的最佳实践。在 Convex 中编写或检查数据库查询、使用“.filter()”、“.collect()”、“.withIndex()”、在 schema.ts 中定义索引或优化查询性能时使用。 来源:aaronvanston/skills-convex。
凸数据库查询、索引和过滤的最佳实践。在 Convex 中编写或检查数据库查询、使用“.filter()”、“.collect()”、“.withIndex()”、在 schema.ts 中定义索引或优化查询性能时使用。
通过命令行快速安装 convex-queries AI 技能到你的开发环境
来源:aaronvanston/skills-convex。
Use .withIndex() instead - .filter() has same performance as filtering in code:
byfoo and byfooandbar are usually redundant - keep only byfooandbar:
Exception: byfoo is really foo + creationTime. Keep separate if you need that sort order.
凸数据库查询、索引和过滤的最佳实践。在 Convex 中编写或检查数据库查询、使用“.filter()”、“.collect()”、“.withIndex()”、在 schema.ts 中定义索引或优化查询性能时使用。 来源:aaronvanston/skills-convex。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/aaronvanston/skills-convex --skill convex-queries凸数据库查询、索引和过滤的最佳实践。在 Convex 中编写或检查数据库查询、使用“.filter()”、“.collect()”、“.withIndex()”、在 schema.ts 中定义索引或优化查询性能时使用。 来源:aaronvanston/skills-convex。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/aaronvanston/skills-convex --skill convex-queries 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/aaronvanston/skills-convex