Marketplace
Browse and adopt engineering standards, rules, and configurations. Fork to customize for your organization.
High
4 rules
Official
Use async database operations
fastapi
Async drivers: asyncpg (Postgres), SQLAlchemy 2.0 async. Match FastAPI's async nature.
High
in 9 rulesets
Official
Use dependency injection
fastapi
Use `Depends()` for db sessions, auth, config, services. Composable and testable.
High
in 4 rulesets
Official
Use Pydantic models for request/response
fastapi
Explicit Pydantic models for all inputs/outputs. Auto-validation, docs, type safety.
High
in 4 rulesets
Official
Use Pydantic for data validation
python
Pydantic BaseModel for validation. Field types with constraints. Serialization built-in. FastAPI integration.
High
in 4 rulesets