serversession-backend-persistent-1.0: Storage backend for serversession using persistent and an RDBMS.

Safe HaskellNone
LanguageHaskell98

Web.ServerSession.Backend.Persistent.Internal.Types

Contents

Description

Internal module exposing the guts of the package. Use at your own risk. No API stability guarantees apply.

Also exports orphan instances of PersistField{,Sql} SessionId.

Synopsis

Documentation

Orphan instances

SessionId

instance PersistField    (SessionId sess)
instance PersistFieldSql (SessionId sess)

Does not do sanity checks (DB is trusted).