07e129d3bf
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).
4 lines
184 B
Text
4 lines
184 B
Text
$NetBSD: distinfo,v 1.1.1.1 2004/01/09 13:59:48 mpasternak Exp $
|
|
|
|
SHA1 (SQLObject-0.5.1.tar.gz) = 24ee3802d2c68df6cc10673102599eade287a895
|
|
Size (SQLObject-0.5.1.tar.gz) = 113061 bytes
|