I know the mismatch between Object Oriented Technology and the Relational Technology, generally here.
But I do not know the mismatch between MySQL and Python, and other tools, not just ORMs, to deal with the issue, missing in the latter article.
Questions:
- How is the problem dealt between MySQL and Python?
- Does App Engine's non-SQL makes Python work better together?
- Are there some general tools, perhaps ORM, to deal with mismatches?
- What are non-standard ways to deal with the problem?
- Could you say that the nonSQL is a tool to make the object-oriented world of Python match the Relational world? Or does the new design totally avoid the problem?