mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
5 lines
209 B
Text
5 lines
209 B
Text
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
|