opaleye-0.5.0.0: An SQL-generating DSL targeting PostgreSQL

Safe HaskellNone
LanguageHaskell98

Opaleye.PGTypes

Synopsis

Documentation

literalColumn :: Literal -> Column a Source

Warning: literalColumn has been moved to Opaleye.Internal.PGTypes

unsafePgFormatTime :: FormatTime t => Name -> String -> t -> Column c Source

Warning: unsafePgFormatTime has been moved to Opaleye.Internal.PGTypes

pgArray :: forall a b. IsSqlType b => (a -> Column b) -> [a] -> Column (PGArray b) Source