Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.29 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.29 KB

Hummingbird Postgres

Hummingbird postgres provides implementations of the job and persist frameworks from Hummingbird and a database migration system all using the PostgresClient from PostgresNIO.

Local Development setup

Setup run

docker compose up
or 
docker-compose up

Tear down

docker compose down
or
docker-compose down

Documentation

Reference documentation and guides for HummingbirdPostgres can be found here.