tinkralge

joined 2 years ago
 

I keep getting this error in element

MatrixError: [403] You do not belong to any of the required rooms/spaces to join this room. (https://matrix.org/_matrix/client/v3/join/%23librewolf%3Amatrix.org?server_name=matrix.org&via=matrix.org)

Anybody else?

 

I have no experience with android apps and just started working on one that needs to work with relational data. The relational data has multiple many-to-many relationships and the inbuilt ORM (Room) is leads to class explosion.

While looking at ORM libraries for android, there seem to be many that are out of date:

From 5 of the Best Android ORMs (2014) and AlexeyZatsepin/Android-ORM-benchmark (2017)

I'm leaning towards Requery because I like its API the most (hides SQL the most), but haven't looked at ObjectBox yet.