Well, now, maybe this is the key feature that made you take a look at MILK. You won't find a complex ORM here. MILK does not provide referential integrity, lazy loading, graph traversing, etc.
It's mission is not to hide the database and let you program as if it didn't exist. MILK's target is to make your life easier withing reasonable bounds. Also, it will not teach you how to program, you are a capable professional it won't tell you how to do your job. So, in MILK's ORM you won't find:
Ok, then what will this framework give me? Let's see:
And that's it. You may think these are few features but hey! I've seen big applications written only with Apache DBUtils and working just fine (and developers loving it).
But I'll not try to convince you. Let's see how it works and then you'll decide if you like it.
Wiki: examples_toc
Wiki: orm_querying
Wiki: transactions_and_queries