mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 18:05:58 -04:00
Set DATABASE_URL in .env to point at a Postgres instance. For local development:
docker run --rm -p 5432:5432 -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=stanza postgres:16
The shared database client is exported from {{packages.db.name}} — import it from any app or package that declares it as a dep.