Safe Haskell | None |
---|---|
Language | GHC2021 |
Synopsis
- newtype AppName = AppName Text
- newtype Pipeline = Pipeline {
- _unPipeline :: Text
- data SpecPaths = SpecPaths {}
- newtype DepChain = DepChain (Map SpecTableName UTCTime)
- newtype BkStatistics = BkStatistics Value
- type SpecMetaArgs = Map Text Value
- data SpecRuntime b = SpecRuntime {
- pipeline :: Pipeline
- connection :: BackendConn b
Documentation
Instances
A namespace for a given pipeline
Instances
Instances
FromJSON DepChain # | |
Defined in Napkin.Spec.Types.Runtime | |
ToJSON DepChain # | |
Monoid DepChain # | |
Semigroup DepChain # | |
Show DepChain # | |
Eq DepChain # | |
(BeamMigrateSqlBackend bk, FromBackendRow bk Text) => FromBackendRow bk DepChain # | |
Defined in Napkin.Metadata.Instances | |
HasSqlValueSyntax bk Text => HasSqlValueSyntax bk DepChain # | |
Defined in Napkin.Metadata.Instances sqlValueSyntax :: DepChain -> bk # | |
BeamMigrateSqlBackend bk => HasDefaultSqlDataType bk DepChain # | |
Defined in Napkin.Metadata.Instances defaultSqlDataType :: Proxy DepChain -> Proxy bk -> Bool -> BeamSqlBackendDataTypeSyntax bk # defaultSqlDataTypeConstraints :: Proxy DepChain -> Proxy bk -> Bool -> [FieldCheck] # |
newtype BkStatistics #
Instances
type SpecMetaArgs = Map Text Value #
data SpecRuntime b #
SpecRuntime | |
|