esqueleto-compat-0.0.2.0: Compatibility operators for Persistent and Esqueleto
Safe HaskellSafe-Inferred
LanguageHaskell2010

Database.Esqueleto.Compat.Suffixed

Description

This module defines new names for terms in esqueleto that have common conflicts with other modules.

Functions that perform "actions" are generally suffixed with an E. So update becomes updateE.

Functions that are about manipulating SqlExpr are suffixed with an _. So isNothing becomes isNothing_.

Documentation

count_ :: Num a => SqlExpr (Value typ) -> SqlExpr (Value a) Source #