avers-0.0.17.1: empty

Safe HaskellNone
LanguageHaskell2010

Avers.Storage.Backend

Description

Low-level implementation of the storage backend.

Documentation

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

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

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