SQLObject

SQLObject is an early popular ORM in Python that provides an object-oriented interface similar to database tables. Though less active than SQLAlchemy, it remains useful for legacy projects or simple database modeling needs.

Resource Introduction

Related Resources