Skip to content

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

  1. Install and run your first query
  2. Run your first migration cycle
  3. Read the architecture mental model
  4. 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.

See Also