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:
parent
c38814d7a1
commit
475f62fb16
3 changed files with 128 additions and 68 deletions
|
|
@ -4,4 +4,4 @@ import qualified App
|
|||
--------------------------------------------------------------------------------
|
||||
|
||||
main :: IO ()
|
||||
main = App.run "sqlite.db"
|
||||
main = App.run "../db.sqlite3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue