Database.Seakale.Store

data Entity a

class MonadSelect backend m

class MonadStore backend m

Operations

select

select_

count

getMany

getMaybe

get

insertMany

insert

updateMany

update

data UpdateSetter backend a

(=.)

deleteMany

delete

Setup

class Storable backend k l a

data Relation backend k l a

data RelationName

data Column

Properties

class Property backend a f

data EntityIDProperty a backend

SELECT clauses

data SelectClauses backend a

groupBy

asc

desc

limit

offset

Conditions

data Condition backend a

(==.)

(/=.)

(<=.)

(<.)

(>=.)

(>.)

(==#)

(/=#)

(<=#)

(<#)

(>=#)

(>#)

(==~)

(/=~)

(<=~)

(<~)

(>=~)

(>~)

(&&.)

(||.)

isNull

isNotNull

inList

notInList