New Post: Persistent Models are Views
Subtleties in Interop Code
There’s a subtlety in writing code against a database, particularly with a library like persistent that encourages you to define your database definitions in Haskell. In this post, I provide Permission to do something a little unconventional - writing multiple types for different uses of a database table.
