Copyright | (c) Soostone Inc 2020 |
---|---|
License | AllRightsReserved |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- generateYAMLFromSQLDirectory :: forall b. (Default (DbBackendOptions b), Default (BackendTableMeta b), ToDbBackend b) => b -> FilePath -> FilePath -> IO (YamlSpec b)
- mergeYamlSpecs :: YamlSpec b -> YamlSpec b -> YamlSpec b
Documentation
generateYAMLFromSQLDirectory :: forall b. (Default (DbBackendOptions b), Default (BackendTableMeta b), ToDbBackend b) => b -> FilePath -> FilePath -> IO (YamlSpec b) #
mergeYamlSpecs :: YamlSpec b -> YamlSpec b -> YamlSpec b #
Used for subsequent runs of the generate YAML feature, take an existing YAML Spec and add new tablespecs and other missing info found in the generated YamlSpec.