timshannon / bolthold

BoltHold is an embeddable NoSQL store for Go types built on BoltDB
MIT License
643 stars 45 forks source link

Unique index #122

Closed ivanjaros closed 3 years ago

ivanjaros commented 3 years ago

Is there a way to define unique index? Badgerhold has the "unique" flag in index definition via Indexes() method but botlhold is missing it .