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.
-
sandwich-contexts Test.Sandwich.Contexts.PostgreSQL No documentation available.
PostgresNixOptions :: Text -> Text -> Text -> Text -> [Text] -> PostgresNixOptionssandwich-contexts Test.Sandwich.Contexts.PostgreSQL No documentation available.
-
beam-postgres Database.Beam.Postgres.Syntax No documentation available.
-
No documentation available.
module Network.Wai.Session.
PostgreSQL Simple PostgreSQL backed wai-session backend. This module allows you to store session data of wai-sessions in a PostgreSQL database. Two tables are kept, one to store the session's metadata and one to store key,value pairs for each session. All keys and values are stored as bytea values in the postgresql database using haskell's cereal module to serialize and deserialize them. Please note that the module does not let you configure the names of the database tables. It is recommended to use this module with its own database schema.
-
yggdrasil-schema Yggdrasil No documentation available.
module Database.DBCleaner.
PostgreSQLSimple No documentation available.
module Database.Custom.
PostgreSQL This module provides custom APIs with appropriate configuration for PostgreSQL.
module Database.Relational.Schema.
PostgreSQL This module implements queries to get table schema and table constraint information from system catalog of PostgreSQL.
-
postgresql-simple Database.PostgreSQL.Simple Superclass for postgresql exceptions