Open turbobuilt opened 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?
It wouldn't since in our case the it needs to extends CouchDB.Database, not Mongo.Collection. Porting it though should be straight-forward
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?