Presentation from Code Camp 6 [https://github.com/YogirajA/Micro-ORM-Presentation/tree/master/Presentation] (run index.html from the presentation folder) MicroStackOverflow demo project from the presentation [https://github.com/YogirajA/MicroStackOverflow] StackExchange public data dump [http://www.clearbits.net/creators/…
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…