Zachary K
Zachary K

Reputation: 3345

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.

Upvotes: 5

Views: 1524

Answers (1)

max
max

Reputation: 851

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

check it out.

haskellers on github

Upvotes: 4

Related Questions