Back to browse
GitHub Repository
2 starsPython

DuoORM – Symmetrical Active Record Pattern for SQLAlchemy 2.0

by SiddhanthNB·Feb 12, 2026·1 point·1 comment

AI Analysis

●●SolidNiche GemShip It
The Take

Symmetrical sync/async APIs and chainable model methods (.where(), .order_by(), .limit()) make day-to-day querying feel cleaner, and the .alchemize() escape hatch means you can drop to raw SQLAlchemy when you need power. Automatic driver injection and first-class Pydantic support are thoughtful conveniences, but this is an ergonomic wrapper in a crowded ORM space — useful if you like the approach, not a reinvent-the-stack play.

Target Audience

Backend developers and Python engineers building database-backed apps or APIs who want a simpler, model-centric CRUD/query interface with async support

Similar Projects