data-basic-0.3.0.0: A database library with a focus on ease of use, type safety and useful error messages

Safe HaskellNone
LanguageHaskell2010

Internal.Data.Basic.TH

Synopsis

Documentation

mkFromFile :: FilePath -> Q [Dec] Source #

Generates haskell code from an SQL file.

mkFromFiles :: [FilePath] -> Q [Dec] Source #

Generates haskell code from multiple SQL files.

printToFile :: [FilePath] -> FilePath -> Q [Dec] Source #

Allows you to print generated template haskell code to a file