cloudant / meteor-couchdb

Meteor database driver for CouchDB and Cloudant
Other
53 stars 7 forks source link

Do collection hooks work with this? #19

Open turbobuilt opened 8 years ago

turbobuilt commented 8 years ago

Hello,

I'm thinking of switching to this db because mongodb has the surprising limitation that it cannot create a case-insensitive index. For my use case, however, I need the collection-hooks package to work. Will it work with this?

mariobriggs commented 8 years ago

It wouldn't since in our case the it needs to extends CouchDB.Database, not Mongo.Collection. Porting it though should be straight-forward