mlabs-haskell / tx-village

Opinionated Rust/Haskell ecosystem of libraries and tools to work with Cardano smart contracts
https://mlabs-haskell.github.io/tx-village/
Apache License 2.0
3 stars 0 forks source link

Remove PgPool #29

Closed szg251 closed 3 months ago

szg251 commented 4 months ago

I realised that with the trait based Handler, we can simply manage the PgPool in the data type implementing a Handler and acquire connections inside the handler.