In the spirit of walking crawling before I walk, I'm preferring the less powerful SQLite.Simple library to the more powerful (but mystifying) Persistent library.
7 lines
247 B
Haskell
7 lines
247 B
Haskell
module Main where
|
|
--------------------------------------------------------------------------------
|
|
import qualified App
|
|
--------------------------------------------------------------------------------
|
|
|
|
main :: IO ()
|
|
main = App.run "../db.sqlite3"
|