Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
/ aeria-lang Public archive

A schema definition language for Aeria

License

Notifications You must be signed in to change notification settings

aeria-org/aeria-lang

Repository files navigation

Aeria Lang https://github.com/aeria-org/aeria-lang/actions/workflows/ci.yaml

collection PetToy {
  indexes {
    name
  }
  properties {
    name str
    brand enum @values(["dogs choice", "the pet company"])
  }
}

collection Pet {
  indexes {
    name
  }
  properties {
    name str
    toys {
      properties {
        favorite PetToy
      }
    }
  }
}

Sponsor this project

Packages

No packages published

Contributors 3

  •  
  •  
  •