wozniak.ca
What ORMs have taught me: just learn SQL - Curried lambda
By moving away from thinking of the objects in my application as something to be stored in a database and instead thinking of the database as a data type, I’ve found working with a database from an application to be much simpler. And wondering why I didn’t see it earlier.