Closed goors closed 6 years ago
I have some document with:
name doc1
doc1
{ "some_key":"sample" "ids_to_doc2":[id1, id2, id3] }
and document with name doc2
doc2
{ "name":"name1" "id":"id1" } { "name":"name2" "id":"id2" } { "name":"name3" "id":"id3" }
hasMany
hasAndBelongsToMany
I used Doctrine for some php project and i am using Rethinkdb for 3 years now and this is first time that i am using any ORM for it.
Sorry, I have only just seen this, do you still wish to know?
Question
I have some document with:
name
doc1
and document with name
doc2
hasMany
orhasAndBelongsToMany
?I used Doctrine for some php project and i am using Rethinkdb for 3 years now and this is first time that i am using any ORM for it.