hamsql-0.9.0.0: Interpreter for SQL-structure definitions in YAML (YamSql)

Safe HaskellNone
LanguageHaskell2010

Database.HamSql.Internal.Load

Documentation

catchErrors :: (FromJSON a, ToJSON a) => FilePath -> a -> IO a Source #

readFunctionFromFile :: (FromJSON a, ToJSON a) => (a -> Text -> a) -> OptCommon -> FilePath -> IO a Source #