servant-auth-token-persistent-0.5.0.0: Persistent backend for servant-auth-token server

Safe HaskellNone
LanguageHaskell2010

Servant.Server.Auth.Token.Persistent.Schema

Synopsis

Documentation

data UserImpl Source #

Instances

Show UserImpl Source # 
Generic UserImpl Source # 

Associated Types

type Rep UserImpl :: * -> * #

Methods

from :: UserImpl -> Rep UserImpl x #

to :: Rep UserImpl x -> UserImpl #

PersistFieldSql UserImpl Source # 
PersistEntity UserImpl Source # 
PersistField UserImpl Source # 
(PersistQuery backend, (~) * (PersistEntityBackend UserImpl) (BaseBackend backend)) => DeleteCascade UserImpl backend Source # 

Methods

deleteCascade :: MonadIO m => Key UserImpl -> ReaderT * backend m () #

ToBackendKey SqlBackend UserImpl Source # 
ConvertStorage UserImplId