Files
YesChef/scripts
Josh Rogers 4fdceb2120 Add scripts/dev-db.ps1 helper for the local Postgres container
Wraps docker for the start / stop / reset / status / logs lifecycle of
a postgres:17 container named "yeschef-pg" on localhost:5432, matching
the connection string baked into appsettings.json. Uses a named volume
so data survives a stop; reset wipes both container and volume for a
truly fresh DB.
2026-05-08 23:07:49 -05:00
..