Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
data
SomeCheckedDatabaseSettings beam-migrate Database.Beam.Migrate.Backend Monomorphic wrapper to use when interpreting a module which exports a CheckedDatabaseSettings.
-
beam-migrate Database.Beam.Migrate.Backend No documentation available.
-
beam-migrate Database.Beam.Migrate.Generics Produce a checked database for the given Haskell database type See the manual for more information on the defaults.
ForeignKeyActionSetDefault :: ForeignKeyActionbeam-migrate Database.Beam.Migrate.SQL.SQL92 SET DEFAULT: set the referencing foreign key columns to their default values.
ForeignKeyActionSetNull :: ForeignKeyActionbeam-migrate Database.Beam.Migrate.SQL.SQL92 SET NULL: set the referencing foreign key colums to NULL.
referentialActionSetDefaultSyntax :: IsSql92ReferentialActionSyntax refAction => refActionbeam-migrate Database.Beam.Migrate.SQL.SQL92 No documentation available.
referentialActionSetNullSyntax :: IsSql92ReferentialActionSyntax refAction => refActionbeam-migrate Database.Beam.Migrate.SQL.SQL92 No documentation available.
type
CheckedDatabaseSettings be (db :: Type -> Type -> Type) = db CheckedDatabaseEntity be dbbeam-migrate Database.Beam.Migrate.Types The type of a checked database descriptor. Conceptually, this is just a DatabaseSettings with a set of predicates. Use unCheckDatabase to get the regular DatabaseSettings object and collectChecks to access the predicates.
data
PgSetOf (tbl :: Type -> Type -> Type)beam-postgres Database.Beam.Postgres No documentation available.
-
beam-postgres Database.Beam.Postgres The Postgres <@ operator. Returns true if every member of the first array is present in the second.