How to best store all this info on disk?
I want to build an ORM without the mapping bit. ie: We use objects in our code, we relate objects to one another in our code. So lets store these object as they are and not MAP them into some other form.
NOTE: I use json to describe my data structures but it could be in any format.