avers-0.0.16: empty

Safe HaskellNone
LanguageHaskell2010

Avers.Views

Synopsis

Documentation

viewTable :: View obj a -> Exp Table Source #

Construct the table name for the given view. The table names look something like this: "view_openGames"

data Record a Source #

Constructors

Record 

Fields

Instances

ToJSON a => ToJSON (Record a) Source # 
ToDatum a => ToDatum (Record a) Source # 

Methods

toDatum :: Record a -> Datum #

Pk (Record a) Source # 

Methods

toPk :: Record a -> Text Source #

updateView :: ToDatum a => View obj a -> ObjId -> Maybe obj -> Avers () Source #