apiary-persistent-0.8.0.0: persistent support for apiary web framework.

Safe HaskellNone

Web.Apiary.Database.Persist

Contents

Synopsis

runner

withWithSqlPool :: (forall a. (ConnectionPool -> m a) -> m a) -> (HasPersist => m b) -> m bSource

execute sql

types

type HasPersist = Given ApiaryPersistStateSource

reexport