pkgsrc-WIP-review archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Please re-review wip/py-SQLObject:



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® 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
_______________________________________________
pkgsrc-wip-review mailing list
pkgsrc-wip-review%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-review


Home | Main Index | Thread Index | Old Index