Presentation from Code Camp 6 (run index.html from the presentation folder) MicroStackOverflow demo project from the presentation StackExchange public data dump StackExchange data explorer Forked Data importer for StackExchange Why Micro-ORM? My prologue post about the talk That…
Micro-ORM
A collection of 2 posts
Micro-ORM, Why should you care?
Before we look at anything, we must try to understand what an ORM is. It stands for object relational mapper. It tries to solve a very common problem of impedance mismatch between the set based SQL world and the loops…