Hoogle Search

Within LTS Haskell 22.21 (ghc-9.6.5)

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

  1. module Test.Syd.Persistent

    Testing with an in-memory sqlite database using persistent-sqlite

  2. Persistent :: NameIDFormat

    wai-saml2 Network.Wai.SAML2.NameIDFormat

    persistent opaque identifier for a principal that is specific to an identity provider and a service provider or affiliation of service providers

  3. module Network.AWS.XRayClient.Persistent

    No documentation available.

  4. package persistent-sqlite

    Backend for the persistent library using sqlite3. This package includes a thin sqlite3 wrapper based on the direct-sqlite package, as well as the entire C library, so there are no system dependencies.

  5. persistentBackend :: forall backend_anTU backend_atgo . Lens (RawSqlite backend_anTU) (RawSqlite backend_atgo) backend_anTU backend_atgo

    persistent-sqlite Database.Persist.Sqlite

    No documentation available.

  6. package persistent-test

    Tests for Persistent Tests for Persistent. This is only for use in developing libraries that should conform to the persistent interface, not for users of the persistent suite of database libraries.

  7. package persistent-postgresql

    Backend for the persistent library using postgresql. Based on the postgresql-simple package

  8. persistentBackend :: RawPostgresql backend -> backend

    persistent-postgresql Database.Persist.Postgresql

    The persistent backend

  9. package persistent-qq

    Provides a quasi-quoter for raw SQL for persistent Please see README and API docs at http://www.stackage.org/package/persistent.

  10. package persistent-mysql

    Backend for the persistent library using MySQL database server. This package contains a backend for persistent using the MySQL database server. Internally it uses the mysql-simple and mysql packages in order to access the database. This package supports only MySQL 5.1 and above. However, it has been tested only on MySQL 5.5. Only the InnoDB storage engine is officially supported. Known problems:

    • This package does not support statements inside other statements.

Page 2 of many | Previous | Next