Please re-review wip/py-SQLObject:

wen heping <[email protected]>
Newsgroups gmane.os.netbsd.devel.pkgsrc.wip.review
Message-ID <[email protected]>
Hi,

   Today I update wip/py-SQLObject to 0.12.2 and modify options.mk
files, now it could build and install fine on my box. And I think py-SQLObject
is a import python package.

   So, please re-review wip/py-SQLObject and send me comments.

   SQLObject is an object-relational mapper. It allows you to translate RDBMS
table rows into Python objects, and manipulate those objects to
transparently manipulate the database.

    In using SQLObject, you will create a class definition that will describe
how the object connects to the database (in addition to any other methods
you may wish to add to the class). SQLObject will produce the code to access
the database, and update the database with your changes. The interface to
the database is meant to be indistinguishable from other interfaces you may
add to the object.

    SQLObject also includes a novel feature to generate WHERE clauses using
Python syntax and objects (intead of generating SQL using string
substitution, as is traditional).

   I am not sure whether or not this is a proper way, if not, I shall say sorry
at advance.


Regards,
wen

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.