| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Database.Bolt.Protocol.Ver1
Documentation
Constructors
| NoAuth | |
| Basic Principal Credentials |
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 #
(#=) :: ToPackStream a => Text -> a -> (Text, PackStream) Source #