bolt-0.1.0.2: Bolt driver for Neo4j
Database.Bolt.Protocol.Ver1
init :: Transport t => t -> UserAgent -> AuthToken -> IO () Source #
exec :: Transport t => t -> Statement -> Parameters -> IO [Record] Source #
data AuthToken Source #
Constructors
Instances
Methods
showsPrec :: Int -> AuthToken -> ShowS #
show :: AuthToken -> String #
showList :: [AuthToken] -> ShowS #
toPackStream :: AuthToken -> PackStream Source #
parsePackStream :: PackStream -> Parser AuthToken Source #
open :: Transport t => (a -> IO t) -> a -> AuthToken -> IO t Source #