-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Have you considered support for nested Entity, where one Haskell value can be transformed into multiple DB rows?
Example:
data Employee = Employee
{ name :: Text
, age :: Int
, boss :: Maybe Employee
} deriving GenericThe nested Employee can be turned into a foreign key to the other row.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation