-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | "optparse-applicative" parsers for "hasql"
--
-- "optparse-applicative" parsers for "hasql"
@package hasql-optparse-applicative
@version 0.9
module Hasql.OptparseApplicative
-- | Given a function, which updates the long names, produces a parser of a
-- compiled config.
poolConfig :: (String -> String) -> Parser Config
-- | Given a function, which updates the long names, produces a parser of a
-- list of settings, which you can extend upon or override, and compile
-- to Config on your own.
poolSettings :: (String -> String) -> Parser [Setting]
-- | Given a function, which updates the long names produces a parser of
-- Hasql.Connection.Settings.
connectionSettings :: (String -> String) -> Parser [Setting]