polyphony-chat / symfonia

A Polyphony chat server, compatible with Spacebar and the Discord API.
Mozilla Public License 2.0
25 stars 3 forks source link

Break out references to other objects into own tables instead of putting them as JSON #40

Open bitfl0wer opened 3 months ago

bitfl0wer commented 3 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.

Example:

Todos: