Object Relational Mappers
Table of Contents
1. Abstract
- Coms with the database without sql queries : language specific
- read up for the case of python
- some issues do arise:
- Impedence mismatch
- performance issues
- Personally, I'd rather write raw SQL : see stored procedures
- still, checkout sqlAlchemy