should I just use sql and serialize the nested stuff as json and call it a day?
l
Luke Sleeman
02/17/2020, 5:42 AM
We recently performed some evaluations on various SQL and no-sql solutions for a new android app.
In the end we settled on room - there doesn't seem to be a compelling nosql solution at the moment
u
ursus
02/17/2020, 10:45 AM
so json strings inside it for nonconforming data?
l
Luke Sleeman
02/19/2020, 4:16 AM
No, we are decomposing things down into different tables, with relationships between them, etc. This is so that we can query for things properly. If its just a big blob of json, then we won’t be able to access it by SQL