yesod-comments-0.3.4: A generic comments interface for a Yesod application

Portabilityunportable
Stabilityunstable
Maintainerpbrisbin@gmail.com

Yesod.Comments.Storage

Contents

Description

Some pre-built function definitions for storing and loading comments.

Synopsis

Persist

Use these functions to store your comments in an instance of YesodPersist

loadCommentsPersist :: (YesodPersist m, PersistBackend (YesodDB m (GGHandler s m IO))) => Maybe ThreadId -> GHandler s m [Comment]Source

Use Nothing to retrieve all comments site-wide

TODO