Reputation: 3345
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 setup a table but is rather short on examples of how to insert a row and how to get a list of the data in the database.
Upvotes: 5
Views: 1524
Reputation: 851
the source for the haskellers.com website is a great showcase of example code for yesod.
check it out.
Upvotes: 4