Description
Provides helpers for using the Persistent database library from Yesod applications. It connects web request handling with typed database access patterns used in the Haskell ecosystem.
It is useful for Yesod apps that store users, settings, content, jobs, or business data in a database. Developers should design migrations, transactions, indexes, and authorization checks carefully.