polyphony-chat / chorus

A Rust library for interacting with multiple Polyphony- and Spacebar-Compatible instances at once.
https://crates.io/crates/chorus
Mozilla Public License 2.0
17 stars 7 forks source link

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

Open bitfl0wer opened 2 months ago

bitfl0wer commented 2 months ago

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