Skip to content

hummingbird-project/hummingbird-postgres

Repository files navigation

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.