713ec90dea
PR: ports/72601 Submitted by: Choe, Cheng-Dae <whitekid@gmail.com> (maintainer)
6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
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.
|
|
|
|
WWW: http://www.sqlobject.org/
|