| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Napkin.Spec.Types.Runtime
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
Constructors
| Pipeline | |
Fields
| |
Instances
Constructors
| DepChain (Map SpecTableName UTCTime) |
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 Methods | |
| HasSqlValueSyntax bk Text => HasSqlValueSyntax bk DepChain # | |
Defined in Napkin.Metadata.Instances Methods sqlValueSyntax :: DepChain -> bk # | |
| BeamMigrateSqlBackend bk => HasDefaultSqlDataType bk DepChain # | |
Defined in Napkin.Metadata.Instances Methods defaultSqlDataType :: Proxy DepChain -> Proxy bk -> Bool -> BeamSqlBackendDataTypeSyntax bk # defaultSqlDataTypeConstraints :: Proxy DepChain -> Proxy bk -> Bool -> [FieldCheck] # | |
newtype BkStatistics #
Constructors
| BkStatistics Value |
Instances
type SpecMetaArgs = Map Text Value #
data SpecRuntime b #
Constructors
| SpecRuntime | |
Fields
| |