hamsql-0.7.0.0: hamsql-tests.hs
module Main where
import Database.HamSql.Cli
main :: IO ()
main = do
exec ["--help"]
where exec xs = parseThisArgv xs >>= run
module Main where
import Database.HamSql.Cli
main :: IO ()
main = do
exec ["--help"]
where exec xs = parseThisArgv xs >>= run