avers-0.0.15: 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

recId :: ObjId
 
recContent :: a
 

Instances

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