1SQLObject is an object-relational mapper. 2It allows you to translate RDBMS table rows into Python objects, 3and manipulate those objects to transparently manipulate the database. 4