-- 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.3

module Hasql.OptparseApplicative

-- | Given a function, which updates the long names produces a parser of
--   <tt>B.<a>Settings</a></tt>. You can use this function to prefix the
--   name or you can just specify <a>id</a>, if you don't want it changed.
poolSettings :: (String -> String) -> Parser Settings

-- | Given a function, which updates the long names produces a parser of
--   <tt>A.<a>Settings</a></tt>. You can use this function to prefix the
--   name or you can just specify <a>id</a>, if you don't want it changed.
connectionSettings :: (String -> String) -> Parser Settings
