vibe.d beta banner
get vibe.d
0.9.6

Asynchronous I/O that doesn’t get in your way, written in D

Variable IndexOptions.storageEngine

Allows configuring the storage engine on a per-index basis.

struct IndexOptions
{
  // ...
  std.typecons.Nullable!(vibe.data.bson.Bson) storageEngine ;
  // ...
}
Authors
Copyright
License