What is the best way to interact with a database using Haskell? I'm accustomed to using some sort of ORM (Django's ORM, hibernate, etc.) and something similar would be nice when creating apps with HAppS.
Edit: I'd like to be free to choose from Postgresql MySql and SQLite as far as the actual databases go.