Popular ORM providing object-oriented interface with tables as classes and rows as instances. Supports variety of database backends with simplicity focus.
SQLObject is used in legacy Python data applications and scripts where a simple active-record pattern is sufficient. Engineers define model classes with typed columns, and SQLObject handles table creation, CRUD operations, and basic query building — making it straightforward to read and write database rows with minimal boilerplate.
Popular ORM providing object-oriented interface with tables as classes and rows as instances. Supports variety of database backends with simplicity focus.
Yes, SQLObject is free to use.
SQLObject is listed under the ORMs for Python category on Python Data Engineering.
// contains affiliate links
Details
Category
ORMs for Python →Related
| Tool | Pricing | Rating | |
|---|---|---|---|
OR ORM (encode/orm) Lightweight Async ORM | Free | ★ 4.3 | → |
SQ SQLAlchemyfeatured Python SQL Toolkit & ORM | Free | ★ 4.9 | → |
DO Django ORMfeatured Django's Built-in ORM | Free | ★ 4.8 | → |