Name: | ghc-persistent |
---|---|
Version: | 2.13.3.0 |
Release: | 3.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 6574039 |
License: | MIT |
RPM: | ghc-persistent-2.13.3.0-3.el9.aarch64.rpm |
Source RPM: | ghc-persistent-2.13.3.0-3.el9.src.rpm |
Build Date: | Sat Jun 03 2023 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/persistent |
Summary: | Type-safe, multi-backend data serialization |
Description: | Persistent allows us to choose among existing databases that are highly tuned for different data storage use cases, interoperate with other programming languages, and to use a safe and productive query interface, while still keeping the type safety of Haskell datatypes. Persistent follows the guiding principles of type safety and concise, declarative syntax. Other nice features are database-independence, convenient data modeling, and automatic database migrations. |