cql-io-1.1.0: Cassandra CQL client.

Safe HaskellNone
LanguageHaskell2010

Database.CQL.IO.Pool

Documentation

purge :: Pool -> IO () Source #

with :: MonadIO m => Pool -> (Connection -> IO a) -> m (Maybe a) Source #