Getting Started¶
Welcome to the guided learning path for Edgy.
If this is your first contact with the ORM, this section gives you the shortest route from installation to production-ready migration workflows.
Learning Path¶
flowchart LR
A["Install Edgy"] --> B["Define first model"]
B --> C["Run first queries"]
C --> D["Create migration repository"]
D --> E["Generate and apply migrations"]
E --> F["Move to architecture and advanced features"]
Start Here¶
- Install and run your first query
- Run your first migration cycle
- Read the architecture mental model
- Continue with focused tutorials
What You Will Learn¶
- how to define and query models,
- how to keep application discovery predictable,
- how to establish a safe migration workflow,
- how to navigate deeper concepts and references.