Skip to main content

DB bootstrap & seed

Generated from mcp/patterns.registry.json — do not edit by hand; change the registry and run bun run patterns:build.

Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes.

Category: Database Operations · Tier: light · Risk: low — dev-time tooling, no production runtime dependency

Scripts and seed modules that populate a fresh database with baseline and sample data.

When to use: Run when provisioning a new environment or resetting a dev database to a known-good starting state.

Docs

Code


Machine-readable record: db-ops-bootstrap-seed in mcp/patterns.registry.json.

← Back to Pattern Library

Think this pattern could be better? Tell us how.

Leave feedback