avers-0.0.17.1: Server-side implementation of the Avers storage model

Safe HaskellNone
LanguageHaskell2010

Avers.Storage.Backend

Description

Low-level implementation of the storage backend.

Documentation

lookupDocument :: (Pk k, FromDatum a) => Exp Table -> k -> Avers (Maybe a) #

insertDocument :: (ToDatum a, Pk a) => Exp Table -> a -> Avers () #

upsertDocument :: (ToDatum a, Pk a) => Exp Table -> a -> Avers () #

deleteDocument :: Pk k => Exp Table -> k -> Avers () #