c12d3994cb
into Python objects, and manipulate those objects to transparently manipulate the database. PR: ports/68501 Submitted by: Choe, Cheng-Dae <whitekid@netian.com>
5 lines
209 B
Text
5 lines
209 B
Text
QLObject 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.
|
|
|
|
WWW: http://www.sqlobject.org/
|