Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
type Transaction a = forall t. Transport t => Tran t a Source #
runTransaction :: Transport t => t -> Transaction a -> IO a Source #
cypher :: Statement -> Parameters -> Transaction [Record] Source #