Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
esqueleto Database.Esqueleto A raw value which can be stored in any backend and can be marshalled to and from a PersistField.
-
esqueleto Database.Esqueleto No documentation available.
PrefixExcluded :: FilterTablePrefixesqueleto Database.Esqueleto Prefix the column name with the EXCLUDED keyword. This is used with the Postgresql backend when doing ON CONFLICT DO UPDATE clauses - see the documentation on upsertWhere and upsertManyWhere.
PrefixTableName :: FilterTablePrefixesqueleto Database.Esqueleto Prefix the column with the table name. This is useful if the column name might be ambiguous.
PersistArray :: [PersistValue] -> PersistValueesqueleto Database.Esqueleto.Experimental Intended especially for PostgreSQL backend for text arrays
PersistBool :: Bool -> PersistValueesqueleto Database.Esqueleto.Experimental No documentation available.
PersistByteString :: ByteString -> PersistValueesqueleto Database.Esqueleto.Experimental No documentation available.
-
esqueleto Database.Esqueleto.Experimental Represents a value containing all the configuration options for a specific backend. This abstraction makes it easier to write code that can easily swap backends.
type family
PersistConfigBackend c :: Type -> Type -> Type -> Typeesqueleto Database.Esqueleto.Experimental No documentation available.
type family
PersistConfigPool cesqueleto Database.Esqueleto.Experimental No documentation available.