feat: transaction, session monads to handle resource acq + rel

This commit is contained in:
2024-04-01 15:03:17 -05:00
parent 0d5977829e
commit 1e0f06d176
11 changed files with 166 additions and 24 deletions

View File

@@ -20,6 +20,7 @@ import Node.ChildProcess.Aff as ChildProcess.Aff
import Node.ChildProcess.Types (Exit(..), stringSignal)
import Node.Encoding (Encoding(..))
import Node.EventEmitter as Event
import Test.Control.Monad.Postgres as Test.Control.Monad.Postgres
import Test.Data.Postgres as Test.Data.Postgres
import Test.Effect.Postgres.Client as Test.Effect.Postgres.Client
import Test.Effect.Postgres.Pool as Test.Effect.Postgres.Pool
@@ -64,3 +65,4 @@ main = launchAff_ do
Test.Data.Postgres.spec
Test.Effect.Postgres.Client.spec
Test.Effect.Postgres.Pool.spec
Test.Control.Monad.Postgres.spec