Get started with Persistent at: http://www.yesodweb.com/book/persistent
- Entity Syntax is documented in the
Database.Persist.Quasi
module - Database Configuration
- Triggers for SQL
- ODBC
- Zookeeper
persistent-typed-db
allows type safe access to multiple databases with different schemasesqueleto
allows for more complex SQL queries using the Persistent backend types
Some code snippets:
Basic MongoDB connection and queries
Head to the API docs for more detail