mirror of https://github.com/tidwall/buntdb.git
mention gjson
This commit is contained in:
parent
66633719e2
commit
e8de6d537f
|
@ -348,7 +348,7 @@ Which will return:
|
||||||
|
|
||||||
|
|
||||||
## JSON Indexes
|
## JSON Indexes
|
||||||
Indexes can be created on individual fields inside JSON documents. BuntDB uses [GJSON](https://github.com/tidwall/gjson) for under the hood.
|
Indexes can be created on individual fields inside JSON documents. BuntDB uses [GJSON](https://github.com/tidwall/gjson) under the hood.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue