Portability | unportable |
---|---|
Stability | unstable |
Maintainer | pbrisbin@gmail.com |
Safe Haskell | None |
- persistStorage :: (YesodPersist m, YesodPersistBackend m ~ SqlPersist) => CommentStorage s m
- migrateComments :: forall m. (MonadBaseControl IO m, MonadIO m) => Migration (SqlPersist m)
Documentation
persistStorage :: (YesodPersist m, YesodPersistBackend m ~ SqlPersist) => CommentStorage s mSource
Store comments in an instance of YesodPersit with a SQL backend
migrateComments :: forall m. (MonadBaseControl IO m, MonadIO m) => Migration (SqlPersist m)Source