Features
ormasyncdatabasedjango-styleasyncio
Pros and Cons
Ventajas
- + 100% native async
- + Django ORM-like API
- + Easy to learn
- + Multi-database support
- + Built-in migrations (Aerich)
- + Excellent for FastAPI
Desventajas
- - Smaller ecosystem than SQLAlchemy
- - Less mature
- - Limited documentation
- - Fewer plugins available
- - Smaller community
Use Cases
- Async APIs with FastAPI
- Asyncio applications
- Migration from Django
- Greenfield async projects
- Microservices
- Fast CRUD APIs