This is a dead topic for sure, but one of the bad web development habits I had picked up was that storing everything in a database made things easier.
I actually put some effort into thinking this through. For me it was a case of management. I didn’t want to have to worry about [...]
Filed under spindrop. |
Tags: database && django
After talking to people about the benefits and disadvantages of various ORMs… and reading up a little on non RDMBSs like Amazon SimpleDB I came to the realization that ORM is really a hack to get RDBMSs to work as a storage for objects.
I’m being liberal with the term hack. It really does work [...]
Filed under programming and symfony. |
Tags: amazon && database && orm && simpledb && wishlist