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.Experimental A raw value which can be stored in any backend and can be marshalled to and from a PersistField.
-
esqueleto Database.Esqueleto.Experimental No documentation available.
PrefixExcluded :: FilterTablePrefixesqueleto Database.Esqueleto.Experimental 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.Experimental Prefix the column with the table name. This is useful if the column name might be ambiguous.
-
esqueleto Database.Esqueleto.Internal.Internal No documentation available.
PostgresForKeyShare :: PostgresRowLevelLockStrengthesqueleto Database.Esqueleto.Internal.Internal No documentation available.
PostgresForNoKeyUpdate :: PostgresRowLevelLockStrengthesqueleto Database.Esqueleto.Internal.Internal No documentation available.
PostgresForShare :: PostgresRowLevelLockStrengthesqueleto Database.Esqueleto.Internal.Internal No documentation available.
PostgresForUpdate :: PostgresRowLevelLockStrengthesqueleto Database.Esqueleto.Internal.Internal No documentation available.
PostgresLockingClauses :: [PostgresLockingKind] -> LockingClauseesqueleto Database.Esqueleto.Internal.Internal Locking clause specific to postgres