| Copyright | (c) 2017-2018 Red Hat Inc. |
|---|---|
| License | LGPL |
| Maintainer | https://github.com/weldr |
| Stability | alpha |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
BDCS.Export
Description
Top-level function for exporting objects from the BDCS.
Documentation
export :: (MonadBaseControl IO m, MonadError String m, MonadLoggerIO m, MonadResource m) => FilePath -> FilePath -> ExportType -> [Text] -> SqlPersistT m () Source #
exportAndCustomize :: (MonadBaseControl IO m, MonadError String m, MonadLoggerIO m, MonadResource m) => FilePath -> FilePath -> ExportType -> [Text] -> [Customization] -> SqlPersistT m () Source #