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 compiles and runs fine it seems. However, I'm trying to use MongDB and am having a hard time getting things to work. Specifically: In the example for sqlite: share [mkPersist sqlSettings, mkMigrate "migrateAll"] [persist| The Yesod book says "Mongo code will use mongoSettings instead." But I can't find