I have made a simple python module to handle SQL databases: https://fedorahosted.org/pySQLFace/wiki Its goal to separate relational database stuff (SQL) from algorythmic code (python). A SQLFace is a facade initialized with a configuration file (XML). It provides callable command objects for each sql query. The call substitutes template variables with its parameters, and returns the result of the query. I would like to get some opinions on this approach. Thanks. -- http://mail.python.org/mailman/listinfo/python-list
- Deviation from object-relational mapping (pySQLFace) sulyokpeti
- Re: Deviation from object-relational mapping (pyS... Paul Boddie
- Re: Deviation from object-relational mapping ... sulyokpeti
- Re: Deviation from object-relational mapp... Bruno Desthuilliers
- Re: Deviation from object-relational ... sulyokpeti
- Re: Deviation from object-relational mapp... Paul Boddie
- Re: Deviation from object-relational ... sulyokpeti
- Re: Deviation from object-relational mapping (pyS... Bruno Desthuilliers
- Re: Deviation from object-relational mapping (pyS... Bruno Desthuilliers
- Re: Deviation from object-relational mapping (pyS... J Peyret