Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 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.

like image 334
Zachary K Avatar asked Oct 12 '22 10:10

Zachary K


1 Answers

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

check it out.

haskellers on github

like image 83
max Avatar answered Oct 14 '22 03:10

max