purekid / mongodm

MongoDB ORM that includes support for references,embed and multilevel inheritance.
MIT License
200 stars 47 forks source link

Remove _id dependancy of MongoId #71

Open jrschumacher opened 10 years ago

jrschumacher commented 10 years ago

Need to enhance to remove the dependance of _id being a MongoId object or converting to it. Any helpers which do automatic conversation would be moved to a plugin rather than embedded into the core.