Friday 2 June 2017

Store a table as a field of collection mongodb

is it possible to store a table in a collection?

I want to do something like this:

db.mycollection.insert({"name": 'test1', "subcollection": """Need Table Here like mycollection so I can insert in it"""})



via Drakoala Jr

No comments:

Post a Comment