-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Library for easily running embedded PostgreSQL server for tests @package postgres-embedded @version 0.1.1 module Database.PostgreSQL.Embedded startPostgres :: StartupConfig -> DBConfig -> IO RuntimeConfig stopPostgres :: RuntimeConfig -> IO () newtype Version Version :: String -> Version [value] :: Version -> String data Os Win :: Os OSX :: Os Linux :: Os data StartupConfig StartupConfig :: Version -> Int -> StartupConfig [version] :: StartupConfig -> Version [startupTimeout] :: StartupConfig -> Int data RuntimeConfig RuntimeConfig :: FilePath -> FilePath -> RuntimeConfig [execDir] :: RuntimeConfig -> FilePath [dataDir] :: RuntimeConfig -> FilePath data DBConfig DBConfig :: Integer -> String -> DBConfig [port] :: DBConfig -> Integer [username] :: DBConfig -> String