On Wed, 28 Nov 2012 21:16:34 GMT, Ekyo wrote:

I noticed there's no actual support for indexes in vibe's current mongo driver. Be it related error handling or 'ensureIndex'.

Since this is a feature I need, I'll either implement it or use a different mongo driver.

Is anyone working on this feature?
Is it planned for a later milestone?

I definitely planned to do this, but haven't gotten around to reverse engineer an existing client to see what exactly needs to be sent.

Of course, it's possible to use the mongo shell to create an index (this is what I've done so far).