ff4f/SeedGen

Seed a PostgreSQL database with deterministic, constraint-safe fake data

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
database_urlPostgreSQL connection URL (e.g. postgres://user:pass@host:5432/dbname).yes
scenarioBuilt-in scenario template: `ecommerce`, `saas`, `blog`, or `social`.no""
scenario_filePath to a custom YAML scenario file (relative to repo root).no""
seedRNG seed for deterministic output. Same seed = identical data every run.no""
rowsDefault rows per table when no scenario override applies.no10
entitiesPer-table row count overrides, comma-separated (e.g. `users=100,orders=500`).no""
localeLocale for fake data (en, id, ja, de, fr).noen
fastUse the COPY protocol for faster inserts (boolean: true/false).nofalse
truncate_firstTRUNCATE all target tables before inserting (boolean: true/false).nofalse
versionSeedGen version to install (e.g. `v0.1.0`). Use `latest` for the most recent release.nolatest

no outputs