Robust Yesod Examples

I am planning with Yesod and I am having problems, I need a good example of how to take a view form and enter a permanent SQLite database into it. Yesod book talks a lot about how to set up a table, but rather briefly on examples of how to insert a row and how to get a list of data in a database.

+5
source share
1 answer

the source for haskellers.com is a great demo of Yesod's sample code.

check this.

haskellers on github

+4
source

All Articles