Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
DatabaseSettings be (db :: Type -> Type -> Type) = db DatabaseEntity be dbbeam-core Database.Beam.Schema.Tables When parameterized by this entity tag, a database type will hold meta-information on the Haskell mappings of database entities. Under the hood, each entity type is transformed into its DatabaseEntityDescriptor type. For tables this includes the table name as well as the corresponding TableSettings, which provides names for each column.
-
beam-core Database.Beam.Schema.Tables No documentation available.
class
GDefaultTableFieldSettings xbeam-core Database.Beam.Schema.Tables No documentation available.
type family
ReplaceBaseTag (tag :: Type -> Type) (f :: Type -> Type) :: Type -> Typebeam-core Database.Beam.Schema.Tables No documentation available.
type
TableSettings (table :: Type -> Type -> Type) = table TableField tablebeam-core Database.Beam.Schema.Tables Represents a table that contains metadata on its fields. In particular, each field of type 'Columnar f a' is transformed into 'TableField table a'. You can get or update the name of each field by using the fieldName lens.
autoDbSettings' :: GAutoDbSettings x => xbeam-core Database.Beam.Schema.Tables No documentation available.
-
beam-core Database.Beam.Schema.Tables Return a TableSettings for the appropriate table type where each column has been given its default name. See the manual for information on the default naming convention.
-
beam-core Database.Beam.Schema.Tables Automatically provide names for tables, and descriptions for tables (using defTblFieldSettings). Your database must implement Generic, and must be auto-derivable. For more information on name generation, see the manual
gDefTblFieldSettings :: GDefaultTableFieldSettings x => Proxy x -> xbeam-core Database.Beam.Schema.Tables No documentation available.
offset :: ParseError -> ByteOffsetbinary-conduit Data.Conduit.Serialization.Binary Number of bytes consumed from single stream input value.