cn|
WorkWritingAboutConnect

cn

building things that matter

  • Work
  • Writing
  • About
  • Connect

© 2026 Cristian Najera

  1. Home
  2. /Writing
  3. /Migrating to Async SQLAlchemy
PythonSQLAlchemy

Migrating to Async SQLAlchemy

A practical guide to async database access in Python without the footguns.

August 15, 2024·1 min read

Async SQLAlchemy 2.0 brings first-class async support, but the migration path has sharp edges around session management, lazy loading, and connection pooling. Here's a practical guide.

0%
← PreviousCI/CD for ML ModelsNext →Solving Page-Number Citations in Azure AI Search Without Re-indexing

Related posts

Why I Still Reach for Boring Python FirstI default to stdlib and dataclasses until complexity is earned. Here is the heuristic I use to decide when a framework is worth the overhead.3 min read
PythonOpinionEngineering
RAG Pipelines at ScaleScaling retrieval-augmented generation from prototype to production with OpenSearch.1 min read
RAGPython
FastAPI Beyond Hello WorldDependency injection, middleware patterns, and production-ready error handling.1 min read
PythonFastAPI

Stay in the loop

New posts on engineering, architecture, and what I'm building.