Django Vs Rails
Jonathan Ellis
jbellis at gmail.com
Thu Sep 15 12:35:57 EDT 2005
James wrote:
> I actually like the framework to reflect on my database. I am more of a
> visual person. I have tools for all my favorite databases that allow me
> to get a glance of ER diagrams and I would rather develop my data
> models in these tools rather than in code. Further more I rather like
> the idea of parsimonious use of code (which is probably why I use
> Python in the first place) and do not really like manually specifying
> data schemas in code as much as possible.
>
> Is some familiar with a Python Framework that builds by reflection.
PyDO (http://skunkweb.sourceforge.net/pydo2.html) is a Python ORM tool
that does this well (*cough* better than sqlobject *cough*).
-Jonathan
More information about the Python-list
mailing list