·using-relational-databases
{}

using-relational-databases

ancoleman/ai-design-components

跨 Python、Rust、Go 和 TypeScript 的关系数据库实现。在构建 CRUD 应用程序、事务系统或结构化数据存储时使用。涵盖 PostgreSQL(主要)、MySQL、SQLite、ORM(SQLAlchemy、Prisma、SeaORM、GORM)、查询构建器(Drizzle、sqlc、SQLx)、迁移、连接池和无服务器数据库(Neon、PlanetScale、Turso)。

9安装·0热度·@ancoleman

安装

$npx skills add https://github.com/ancoleman/ai-design-components --skill using-relational-databases

SKILL.md

This skill guides relational database selection and implementation across multiple languages. Choose the optimal database engine, ORM/query builder, and deployment strategy for transactional systems, CRUD applications, and structured data storage.

See: references/orms-python.md for complete SQLAlchemy/SQLModel patterns, async workflows, and connection pooling.

See: references/orms-typescript.md for Prisma vs Drizzle detailed comparison, Kysely, TypeORM patterns.

跨 Python、Rust、Go 和 TypeScript 的关系数据库实现。在构建 CRUD 应用程序、事务系统或结构化数据存储时使用。涵盖 PostgreSQL(主要)、MySQL、SQLite、ORM(SQLAlchemy、Prisma、SeaORM、GORM)、查询构建器(Drizzle、sqlc、SQLx)、迁移、连接池和无服务器数据库(Neon、PlanetScale、Turso)。 来源:ancoleman/ai-design-components。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/ancoleman/ai-design-components --skill using-relational-databases
分类
{}数据分析
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 using-relational-databases?

跨 Python、Rust、Go 和 TypeScript 的关系数据库实现。在构建 CRUD 应用程序、事务系统或结构化数据存储时使用。涵盖 PostgreSQL(主要)、MySQL、SQLite、ORM(SQLAlchemy、Prisma、SeaORM、GORM)、查询构建器(Drizzle、sqlc、SQLx)、迁移、连接池和无服务器数据库(Neon、PlanetScale、Turso)。 来源:ancoleman/ai-design-components。

如何安装 using-relational-databases?

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

这个 Skill 的源码在哪?

https://github.com/ancoleman/ai-design-components