home/categories/sql-databases/ed3dai-ed3d-plugins-plugins-ed3d-house-style-skills-howto-develop-with-postgres-skill-md
sql-databasesdatabases
howto-develop-with-postgres
Use when writing database access code, creating schemas, or managing transactions with PostgreSQL - enforces transaction safety with TX_ naming, read-write separation, type safety for UUIDs/JSONB, and snake_case conventions to prevent data corruption and type errors
maintainer
ed3dai
更新于 2/4/2026
星标
168
分支
21
quick start
Installation and usage
Use when writing database access code, creating schemas, or managing transactions with PostgreSQL - enforces transaction safety with TX_ naming, read-write separation, type safety for UUIDs/JSONB, and snake_case conventions to prevent data corruption and type errors
安装
$ install --globalskills.sh
使用
安装后,您可以通过在终端运行以下命令来使用此技能:
skills use howto-develop-with-postgres