Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. runBeamPostgres :: Connection -> Pg a -> IO a

    beam-postgres Database.Beam.Postgres

    No documentation available.

  2. runBeamPostgresDebug :: (String -> IO ()) -> Connection -> Pg a -> IO a

    beam-postgres Database.Beam.Postgres

    No documentation available.

  3. package drifter-postgresql

    PostgreSQL support for the drifter schema migration tool Support for postgresql-simple Query migrations as well as arbitrary Haskell IO functions. Be sure to check the examples dir for a usage example.

  4. CannotParsePostgres :: FilePath -> KeterException

    keter Keter.Common

    No documentation available.

  5. package tmp-proc-postgres

    Launch a PostgreSQL database in docker using tmp-proc Demos how to use tmp-proc to run a PostgreSQL database in docker in a unittest.

  6. newtype TmpPostgres

    tmp-proc-postgres System.TmpProc.Docker.Postgres

    Provides the capability to launch a Postgres database as a tmp proc. The constructor receives the names of the tables to be dropped on reset.

  7. TmpPostgres :: [Text] -> TmpPostgres

    tmp-proc-postgres System.TmpProc.Docker.Postgres

    No documentation available.

  8. package wai-session-postgresql

    PostgreSQL backed Wai session store Provides a PostgreSQL backed session store for the Network.Wai.Session interface.

  9. class WithPostgreSQLConn a

    wai-session-postgresql Network.Wai.Session.PostgreSQL

    By default, you pass a postgresql connection to the session store when creating it. The passed connection will have to stay open for the (possibly very long) existence of the session and it should not be used for any other purpose during that time. You can implement an instance of this class for a connection pool instead, so that the session manager will not require a permanent open PostgreSQL connection.

  10. withPostgreSQLConn :: WithPostgreSQLConn a => a -> (Connection -> IO b) -> IO b

    wai-session-postgresql Network.Wai.Session.PostgreSQL

    Call the function (Connection -> IO b) with a valid and open PostgreSQL connection.

Page 13 of many | Previous | Next