Closed wolfxiaozhai closed 8 years ago
Bolt does not support this natively, but you can iterate through all of the buckets/items yourself to see which ones match the pattern.
Bolt stores everything in sorted order as well. Sometimes you can overcome your need for fancier databases by choosing keys carefully, then doing a range over the keys between values X and Y.
Did BoltDB support Regex when finding buckets or keys in one bucket? Here I gave my testing code.