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

Remove Json<T> wrapper from all types which should be broken out into own tables #549

Open
Tracked by #40
bitfl0wer opened this issue Aug 20, 2024 · 0 comments
Open
Tracked by #40

Comments

@bitfl0wer
Copy link
Member

bitfl0wer commented Aug 20, 2024

In tables which contain references to other Rust objects, those references should be foreign keys to a table where that object is stored in, instead of being contained in the first table as JSON.

Allows completion of Break out references to other objects into own tables instead of putting them as JSON

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant