Prefer SQLite.Simple to Persistent

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.
This commit is contained in:
William Carroll 2020-07-27 15:22:22 +01:00
parent c38814d7a1
commit 475f62fb16
3 changed files with 128 additions and 68 deletions

View file

@ -4,4 +4,4 @@ import qualified App
--------------------------------------------------------------------------------
main :: IO ()
main = App.run "sqlite.db"
main = App.run "../db.sqlite3"