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"""})
No comments:
Post a Comment