Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Database Design logo
Skill

Database Design

A PostgreSQL schema guide that names the types you should never reach for.

0
SaveVisit website ↗

Install

Claude Code: /plugin marketplace add wshobson/agents → /plugin install database-design@claude-code-workflows
Triggers on

PostgreSQL şeması tasarlanırken, tip ve indeks kararları verilirken ya da mevcut tablo yapısı gözden geçirilirken.

Author
Seth Hobson
License
MIT

Two agents and one skill, and the skill is unusually opinionated for reference material: it keeps an explicit do-not-use list where timestamp without a time zone, char and varchar with a length, and the money type each get a named replacement rather than a caveat. The gotchas section is the part worth keeping open while designing, because it collects behaviours that surprise people arriving from other engines. PostgreSQL does not index foreign key columns for you, a unique constraint accepts any number of nulls unless it is declared NULLS NOT DISTINCT, and identity sequences leave gaps after a rollback by design. Preferred defaults are stated plainly too, with bigint identity keys, numeric for money and timestamptz for event time.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar skills

Report this comment

Why are you reporting this?