bolt-0.2.0.0: Bolt driver for Neo4j

Safe HaskellNone
LanguageHaskell2010

Database.Bolt.Transport.Socket

Documentation

close :: Transport t => t -> IO () Source #

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

sendMany :: Transport t => t -> [ByteString] -> IO () Source #

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

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