Description
Provides the Persistent library for type-safe, multi-backend data serialization in Haskell. It maps Haskell data models to storage backends while keeping database operations strongly typed.
It is useful for web applications, services, CLIs, and tools that need persistent storage across different databases. It is a developer library; an application must still define schemas, migrations, and database settings.