tidwall / buntdb

BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
MIT License
4.57k stars 289 forks source link

How to retrieve record on basis of value without knowing the key? #45

Closed kpmane closed 5 years ago

kpmane commented 5 years ago

Suppose, {"userId": "VSCODE", "password": "CODEVS","name":"abcd"} this is my value with key "VSCODE". i want to fetch the record on name == "abcd" condition How can i achieve this?