Urgent.News

What's breaking now, across thousands of outlets.

More in Tech

Postgres for local dev: one container, one Makefile

Most local database setups fail in one of two ways. Either everyone shares a staging database and steps on each other's data, or the repo ships a 200-line compose file with six services that nobody…

  • Use official PostgreSQL image with pinned major version
  • Manage migrations through plain SQL files
  • Set up tests against separate template database

More from Monday 21 September →