Villefort-0.1.0.6: Villefort is a task manager and time tracker written in haskell.
Database
type Query = String Source #
type Path = String Source #
type Subject = String Source #
getSubjects :: IO [Subject] Source #
path :: IO [Char] Source #
getDb :: IO Connection Source #
conv :: [[SqlValue]] -> [[String]] Source #
makeQuery :: Query -> IO [[String]] Source #
execQuery :: Query -> [Int] -> IO () Source #