Database.Selda
class MonadIO m
class MonadSelda m
data SeldaError
data ValidationError
data SeldaT m a
type SeldaM
data Table a
data Query s a
data Col s a
class Result r
data Selector t a
data Assignment s t
class SqlType a
data Text
type family Cols s a where ...
class Columns a
data Order
data a :*: b
data Aggr s a
class Aggregates a
type family OuterCols a where ...
type family JoinCols a where ...
data Inner s
class MinMax a
class Insert a
class TableSpec a
type family ColSpecs a where ...
data ColSpec a
data TableName
data ColName
class NonNull a
type family IsNullable a where ...
data Nullable
data NotNullable
class Append a b
type family a :++: b where ...
type family Selectors t a where ...
class HasSelectors t a
data OnError
class Tup a
type family Head a where ...