📄️ dqlitepy Architecture
This document describes the overall architecture of dqlitepy, including how Python bindings interact with the Go shim and the underlying dqlite C library.
📄️ SQLAlchemy Integration Architecture
This document describes the architecture of dqlitepy's SQLAlchemy dialect implementation, providing ORM capabilities for distributed SQL operations.
📄️ Build and Packaging Architecture
This document describes the build system architecture for dqlitepy, including native library compilation, vendored dependencies, Docker-based builds, and wheel packaging.
📄️ FastAPI + SQLAlchemy Integration Architecture
This document describes how to integrate dqlitepy with FastAPI and SQLAlchemy, including initialization patterns, query strategies, and production deployment considerations.