·howto-develop-with-postgres
</>

howto-develop-with-postgres

在编写数据库访问代码、创建模式或使用 PostgreSQL 管理事务时使用 - 通过 TX_ 命名、读写分离、UUID/JSONB 的类型安全和 Snake_case 约定强制事务安全,以防止数据损坏和类型错误

10安装·1热度·@ed3dai

安装

$npx skills add https://github.com/ed3dai/ed3d-plugins --skill howto-develop-with-postgres

如何安装 howto-develop-with-postgres

通过命令行快速安装 howto-develop-with-postgres AI 技能到你的开发环境

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

来源:ed3dai/ed3d-plugins。

SKILL.md

查看原文

Enforce transaction safety, type safety, and naming conventions to prevent data corruption and runtime errors.

For TypeScript/Drizzle implementations: See typescript-drizzle.md for concrete patterns.

Rule: If unsure whether data will be user-visible, use ULID.

在编写数据库访问代码、创建模式或使用 PostgreSQL 管理事务时使用 - 通过 TX_ 命名、读写分离、UUID/JSONB 的类型安全和 Snake_case 约定强制事务安全,以防止数据损坏和类型错误 来源:ed3dai/ed3d-plugins。

可引用信息

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

安装命令
npx skills add https://github.com/ed3dai/ed3d-plugins --skill howto-develop-with-postgres
分类
</>开发工具
认证
收录时间
2026-02-26
更新时间
2026-03-10

Browse more skills from ed3dai/ed3d-plugins

快速解答

什么是 howto-develop-with-postgres?

在编写数据库访问代码、创建模式或使用 PostgreSQL 管理事务时使用 - 通过 TX_ 命名、读写分离、UUID/JSONB 的类型安全和 Snake_case 约定强制事务安全,以防止数据损坏和类型错误 来源:ed3dai/ed3d-plugins。

如何安装 howto-develop-with-postgres?

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

这个 Skill 的源码在哪?

https://github.com/ed3dai/ed3d-plugins