Navigate the Edgy API Reference
mainThe Edgy API documentation is organized into narrative guides for conceptual understanding and a reference map for specific method/attribute details.
For conceptual learning, follow these narrative guides:
- Edgy Core: General overview and usage.
- Models: How to define and use data models.
- Queries: How to interact with data using query sets.
- Migrations: How to manage database schema changes.
For specific technical details, use the Reference Map:
- Data layer:
Model,ReflectModel,Manager,QuerySet - Schema and DB:
Registry,Schema,Database - Fields: Base field API and relationship fields (e.g.,
ForeignKey,ManyToMany) - Signals: Low-level signal type reference.