You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am a new user and I found that it could be cumbersome to create relationships between model entities by hand.
I asked on Discord whether it was possible to import relationships via JSON. Since I use Django, it may be possible to export from Django model to a JSON format which defines the relationships, this would save the manual effort, and would allow for some synchronization to handle model changes. Similar tools could be built for other frameworks and DBs.
Is your feature request related to a problem? Please describe.
I am a new user and I found that it could be cumbersome to create relationships between model entities by hand.
I asked on Discord whether it was possible to import relationships via JSON. Since I use Django, it may be possible to export from Django model to a JSON format which defines the relationships, this would save the manual effort, and would allow for some synchronization to handle model changes. Similar tools could be built for other frameworks and DBs.
There is a model descriptor (MSL format) which could be used.
Example JSON.
The text was updated successfully, but these errors were encountered: