Thursday, 27 May 2021

How to represent a property name as datetime in mongoengine class model

enter image description here

How to represent a class with following data. Here i have seen fields, bp_data has nested objects, the objects are not in constant name, it represents each object with internet current datetime.

And also that bp_data objects are not array, its a document, enter image description here

Any help to represent above fig data in a mongoengine collection class.



from How to represent a property name as datetime in mongoengine class model

No comments:

Post a Comment