Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple nesting for joins. #75

Open
JakNowy opened this issue May 6, 2024 · 1 comment
Open

Multiple nesting for joins. #75

JakNowy opened this issue May 6, 2024 · 1 comment
Labels
enhancement New feature or request FastCRUD Methods Related to FastCRUD methods

Comments

@JakNowy
Copy link
Contributor

JakNowy commented May 6, 2024

Is your feature request related to a problem? Please describe.
I'm wonderring if it's currently possible to have multiple layers of nesting in joined objects.

Describe the solution you'd like
Ability to return multi-nested objects like

{
    'id': 1,
    'name': 'Jakub',
    'item': {
        'id': 1,
        'price': 20,
        'shop': {
            'id': 1,
            'name': 'Adidas'
        }
    }
}
@JakNowy JakNowy added the enhancement New feature or request label May 6, 2024
@igorbenav
Copy link
Owner

Probably it's not possible without some more code, but it's indeed the next natural iteration of nested joins

@igorbenav igorbenav added the FastCRUD Methods Related to FastCRUD methods label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request FastCRUD Methods Related to FastCRUD methods
Projects
None yet
Development

No branches or pull requests

2 participants