data-basic-0.3.0.0: A database library with a focus on ease of use, type safety and useful error messages

Safe HaskellNone
LanguageHaskell2010

Internal.Data.Basic.Sql.Types

Contents

Documentation

newtype Grouping Source #

Constructors

Grouping [SqlValueExp] 

separateBy :: (Monoid a, Semigroup a, IsString a) => a -> [a] -> a Source #

data SqlResult Source #

Constructors

FromRow a => SqlResult [a] 

Orphan instances