mix pgflow.test.setup (PgFlow v0.1.0)

Copy Markdown View Source

Sets up the test database by starting Docker containers and running migrations.

Usage

mix pgflow.test.setup

What It Does

  1. Starts Docker Compose services defined in test/support/db/compose.yaml
  2. Waits for PostgreSQL to be ready
  3. The pgflow schema is automatically loaded via init scripts