Files
Dalan/docs/migrations/postgresql.md
2026-08-13 19:56:46 +03:30

10 lines
223 B
Markdown

# Use PostgreSQL with Barong
Barong supports PostgreSQL 13.0 and higher.
To use PostgreSQL you need to set the following environment variables:
```bash
export DATABASE_ADAPTER="postgresql"
export DATABASE_PORT="5432"
```