habit-0.2.2.0: Haskell message bot framework

CopyrightAlexander Krupenkin 2017
LicenseBSD3
Maintainermail@akru.me
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Web.Bot.Persist

Description

Bot storage utils.

Synopsis

Documentation

class Platform a => Persist a where Source #

Connection info provider

Minimal complete definition

persist

runDB :: Persist a => ReaderT SqlBackend (NoLoggingT (ResourceT IO)) b -> Bot a b Source #

Run some staff with database connection