Skip to content

Add Automatic joins via attribute access #17

Open
@erezsh

Description

@erezsh

Allow to auto-join when accessing an attribute, based on declaration:

table Country {
	name: string
}

table Person {
	country: Country
}

Person {country.name}    // results in a join on Country & Person

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions