bolt-0.1.0.3: Bolt driver for Neo4j

Safe HaskellNone
LanguageHaskell2010

Database.Bolt.Transport.Chunked

Documentation

send :: Transport t => t -> ByteString -> IO () Source #

put :: Transport t => t -> Put -> IO () Source #

get :: Transport t => t -> Get a -> IO a Source #