bolt-0.2.0.0: Bolt driver for Neo4j

Safe HaskellNone
LanguageHaskell2010

Database.Bolt.Protocol.Ver1

Documentation

init :: Transport t => t -> UserAgent -> AuthToken -> IO () Source #

open :: Transport t => (a -> IO t) -> a -> AuthToken -> IO t Source #

type Transaction a = forall t. Transport t => Tran t a Source #

object :: (Eq k, Hashable k) => [(k, v)] -> HashMap k v Source #