소개
This skill provides a comprehensive set of development patterns for PostgreSQL designed to prevent data corruption and runtime errors. It introduces the 'TX_' prefix naming convention to strictly manage transaction boundaries, mandates the use of ULIDs for secure and sortable primary keys, and ensures financial precision using exact decimal types. By enforcing read-write separation and typed JSONB columns, it helps Claude maintain high-integrity codebases, particularly when working with TypeScript and the Drizzle ORM.