Top "Odm" questions

Is a programming technique for converting data between incompatible type systems in object-oriented programming languages.

MongoDB/Mongoose querying at a specific date?

Is it possible to query for a specific date ? I found in the mongo Cookbook that we can do it …

node.js mongodb express mongoose odm
What is the difference between an ORM and an ODM?

I am trying to figure out what the difference is between ORM and ODM, as far as I understand the …

database orm odm
Mongoose ODM, change variables before saving

I want to create a model layer with Mongoose for my user documents, which does: validation (unique, length) canonicalisation (username …

node.js express mongoose odm
Mongoid or MongoMapper?

I have tried MongoMapper and it is feature complete (offering almost all AR functionality) but i was not very happy …

ruby mongodb mongoid mongomapper odm
Querying array elements with Mongo

How can I query the smoothies that have apple in them? (below is a collection with 3 documents) _id => 1 name =&…

mongodb querying odm
convert javascript plain object into model class instance

I need to implement small ODM like feature. I get plain javascript object from database, and I need to convert …

javascript ecmascript-6 odm
php70-mongo install doctrine/mongodb-odm fails

I try to install doctrine/mongodb-odm[1.0.5] over composer but drops me Problem 1 - doctrine/mongodb 1.3.0 requires ext-mongo ^1.5 -> the …

mongodb symfony doctrine odm
Mongoose.model vs Connection.model vs Model.model

I am bit confused with usage of models in mongoosejs Models can be created using mongoose in these ways Using …

node.js mongodb mongoose odm
Zend Framework 2 + Doctrine ODM, "The Class was not found in the chain configured namespaces" error?

When setting up ZF2 + ODM, I'm getting the following error: The class 'Application\Document\User' was not found in the …

mongodb doctrine-orm zend-framework2 doctrine-odm odm
How to get difference between two Dates in Symfony MongoDB?

I have a problem with calculate dates difference between a PHP date object and current time.I know that i …

mongodb symfony odm