Copyright | © 2019 Shirren Premaratne |
---|---|
License | MIT |
Maintainer | Shirren Premaratne <shirren.premaratne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Quokka.Types
Description
Types used by the Functions to generate test data and represent data and relational associations.
Documentation
data ChildTable Source #
Constructors
ChildTable Text [Text] |
data ParentTable Source #
Constructors
ParentTable Text [Text] |
Constructors
SingleResult ParentTable Id |