beam-postgres-0.4.0.0: Connection layer between beam and postgres

Safe HaskellNone
LanguageHaskell2010

Database.Beam.Postgres.PgCrypto

Description

The pgcrypto extension provides several cryptographic functions to Postgres. This module provides a beam-postgres extension to access this functionality. For an example of usage, see the documentation for PgExtensionEntity.

Synopsis

Documentation

data PgCrypto Source #

Data type representing definitions contained in the pgcrypto extension

Each field maps closely to the underlying pgcrypto function, which are described in further detail in the pgcrypto manual.

Constructors

PgCrypto 

Fields