sorry, but does this make sense? the ORM means: Object Relational Mapper, and here, there is Relational, and NoSql is not RDBMS! so why the use of an ORM in a NoSql solution? because i see updates of ORMs for Python!
Firstly, they are not ORM (since they don't have any relations among them), they are ODM (Object Document Mapper)
Main usage of these ODM frameworks here same as the some common feature of ORM, thus
When i use mongoid (Ruby ODM for mongo), i can query mongo the way i do it in active model (mostly).
Since they don't have the relation among them, these ODM's provide the way to define the relations in your models and simulate the relationships. These are all abstracted from the developer so they can code the same way they do with the relational data.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With