Re: [Pharo-users] Enforcing uniqueness constraints in Voyage-Mongo

2013-07-09 Thread raphonic
Ok, thanks for the quick reply! -- View this message in context: http://forum.world.st/Enforcing-uniqueness-constraints-in-Voyage-Mongo-tp4697901p4697910.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Enforcing uniqueness constraints in Voyage-Mongo

2013-07-09 Thread Esteban Lorenzano
Hi, no, it is still responsibility of the app level (yours) :) Esteban On Jul 9, 2013, at 10:00 AM, raphonic wrote: > Hi, > > I would like to know how to set certain instance variables of my models to > be unique and also > if there is a mechanism to set other constraints(like presence of an

[Pharo-users] Enforcing uniqueness constraints in Voyage-Mongo

2013-07-09 Thread raphonic
Hi, I would like to know how to set certain instance variables of my models to be unique and also if there is a mechanism to set other constraints(like presence of an embedded object) in Voyage-Mongo. I searched the MongoDB docs and it says that constraints should be implemented at the application