Show HN: Advanced-Alchemy – A framework agnostic library for SQLAlchemy
Published on: 2025-08-13 05:17:48
Project Status CI/CD Quality Package Community Meta
Advanced Alchemy
Check out the project documentation 📚 for more information.
About
A carefully crafted, thoroughly tested, optimized companion library for SQLAlchemy, offering:
Sync and async repositories, featuring common CRUD and highly optimized bulk operations
Integration with major web frameworks including Litestar, Starlette, FastAPI, Sanic
Custom-built alembic configuration and CLI with optional framework integration
Utility base classes with audit columns, primary keys and utility functions
Built in File Object data type for storing objects: Unified interface for various storage backends ( fsspec and obstore ) Optional lifecycle event hooks integrated with SQLAlchemy's event system to automatically save and delete files as records are inserted, updated, or deleted.
data type for storing objects: Optimized JSON types including a custom JSON type for Oracle
Integrated support for UUID6 and UUID7 using uuid-utils (inst
... Read full article.