LaravelFreelancerNL
LaravelFreelancerNL

Bas de Groot

@LaravelFreelancerNL

6 Posts 10 Views

  • No matching results...
  • Searching...

/ 255

ArangoDB is a multimodel db, which stores json documents.
That makes it possible to setup Eloquent relations for lists of id's, pivot objects (or morph objects with type/id).

What would be a good name for such relationships?

I found a package that does this for json fields within regular sql databases but that seems to just tag json to the regular names.
A solution that doesn't sit right with me.

My current thinking is something like:
lists/listedBy

I'm not a native English speaker, so I'd love to hear semantically better name options. Any thoughts?

88