esqueleto-3.6.0.0: Type-safe EDSL for SQL queries on persistent backends.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Database.Esqueleto.MySQL

Description

This module contain MySQL-specific functions.

Since: 2.2.8

Synopsis

Documentation

random_ :: (PersistField a, Num a) => SqlExpr (Value a) Source #

(random()) Split out into database specific modules because MySQL uses `rand()`.

Since: 2.6.0

lockInShareMode :: LockingKind Source #

LOCK IN SHARE MODE syntax.

Example:

 locking lockInShareMode

Since: 3.6.0.0