Correct me if I’m wrong, but I believe I read somewhere that Backendless is a NoSQL database. Possibly Mongo. Most of my experience is with relational DBs. So I was pleasantly surprised to see the Unique Value and Indexed constraints when defining a Column. Furthermore I noticed a slew of SQL type properties in the Load Table Objects block, which included many SQL type relational constraints.
So… maybe backendless is not a NoSQ DB? In either case if multi-segmented keys are not intrinsic, to the Codeless interface, is there some SQL or API like means of defining such? Otherwise, what would be the best practice? 1- Using Filters? 2- Or maybe some kind of multi-pass logic?