bolt-0.1.0.2: Bolt driver for Neo4j
Database.Bolt.Transport.Chunked
send :: Transport t => t -> ByteString -> IO () Source #
recv :: Transport t => t -> IO ByteString Source #
put :: Transport t => t -> Put -> IO () Source #
get :: Transport t => t -> Get a -> IO a Source #