Hummingbird postgres provides implementations of the job and persist frameworks from Hummingbird and a database migration system all using the PostgresClient
from PostgresNIO.
Setup run
docker compose up
or
docker-compose up
Tear down
docker compose down
or
docker-compose down
Reference documentation and guides for HummingbirdPostgres can be found here.