5
votes
1answer
473 views

MongoDB Example for Yesod / Persistent

Haskell and Yesod newbie here. I've been trying to follow the Integration with Yesod example from the Persistent chapter in the Yesod book (http://www.yesodweb.com/book/persistent). The Sqlite ...
1
vote
1answer
217 views

Mapping to legacy MongoDB store

I'm attempting to write up a Yesod app as a replacement for a Ruby JSON service that uses MongoDB on the backend and I'm running into some snags. the sql=foobar syntax in the models file does not ...
2
votes
1answer
312 views

How does one create a MongoDB document with a child array using Yesod's Persistent?

I am attempting to create a Persistent type that is modeled something like: MyModel something Text somethingElse [Int] and I get an error: Illegal type constructor or class name: ...