Question

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.

Was it helpful?

Solution

the source for the haskellers.com website is a great showcase of example code for yesod.

check it out.

haskellers on github

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top