Two new features in this version:
- The
transactionOrDieStream
andautoCommitStream
now let you provide theConnection
to aZStream
without converting it to aZIO
first, staying in streaming mode (#35). Thanks @xQwexx for the help! - Introduction of the
DatabaseT[M]
type, that lets you handle multiple databases in the same ZIO environment (#51).