Tagged Questions
1
vote
1answer
165 views
Newbie problems with Persistent
So I am planing to use Persistent 0.9.0.1 with Sqlite, and I am going through the tutorial: http://www.yesodweb.com/book/persistent
The simple snippet with insert and query fails to compile:
-- ...
5
votes
1answer
899 views
Yesod Persistent Examples
I'm planing around with Yesod, and I am having trouble, I need a good example of how to take a form submission and enter it the SQLite persistent database. The Yesod book talks a lot about how to ...