Total Skills
1
Skills published by litestar-org with real stars/downloads and source-aware metadata.
Total Skills
1
Total Stars
3
Total Downloads
0
Comparison chart based on real stars and downloads signals from source data.
advanced-alchemy
3
Auto-activate for alembic/, alembic.ini, advanced_alchemy imports, and for web frameworks advanced-alchemy ships an extension for: litestar, fastapi, flask, sanic, starlette. Expert knowledge for Advanced Alchemy / SQLAlchemy ORM patterns with deep per-framework session wiring. Produces ORM models with audit trails, repository/service patterns, Alembic migrations, and framework-idiomatic session injection. Use when: defining models with UUIDAuditBase, building repositories and services, configuring the AdvancedAlchemy extension for Litestar/FastAPI/Flask/Sanic/Starlette, creating DTOs, running Alembic migrations, using custom types (EncryptedString, FileObject, PasswordHash, DateTimeUTC), composing filters and pagination, choosing base classes and mixins, configuring dogpile.cache query caching, setting up read/write replica routing, or managing file storage with obstore/fsspec backends. Not for raw SQLAlchemy without Advanced Alchemy abstractions.