Runs transaction and locking evidence against a real PostgreSQL database.
SNODO_TASKS_DATABASE_URL=ecto://postgres:postgres@127.0.0.1:55432/snodo_tasks mix tasks.postgres.liveThe suite starts an ordinary application-owned Ecto Repo pool and creates a unique PostgreSQL schema. It deliberately does not use SQL Sandbox.