1602 / compound

MVC framework. Built on Node.JS. Works on server and browser.
http://compoundjs.com
1.6k stars 182 forks source link

Add schema attribute "unique" #527

Closed curana closed 11 years ago

curana commented 11 years ago

Hi,

The current version of JugglingDB seems not to support the following schema property (MongoDB):

@@property('id', Number, { unique: true });@@

1602 commented 11 years ago

Moved to https://github.com/jugglingdb/mongodb-adapter/issues/17