persistent-2.10.0
which provides the OnlyOneUniqueKey
and AtLeastOneUniqueKey
classes. Automatically generates instances for these classes based on how many unique keys the entity definition gets. This changes requires UndecidableInstances
to be enabled on each module that generates entity definitions. #885sqlOnlySettings
. Please use sqlSettings
instead. #894Unique
derive Show
persistManyFileWith
.parseReferences
to allow custom QuasiQuotersToJSON
/FromJSON
instance generation for generic
backendsAllow non-null self-references in a list
transformers 0.5
support http-api-data for url serialization
By default explicitly use Int64 for foreign key references. This avoids confusion on a 32 bit system.
Support foreign key references to composite primary keys
Support for monad-control 1.0