File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1268,7 +1268,10 @@ The store interface defines a set of operations involving `keys` and
12681268`values `. In the context of this interface, a `key ` is any string
12691269containing only characters in the ranges ``a-z ``, ``A-Z ``, ``0-9 ``, or
12701270in the set ``/.-_ ``, where the final character is **not ** a ``/ ``
1271- character. A `value ` is a sequence of bytes.
1271+ character. In general, a `value ` is a sequence of bytes. Specific stores
1272+ may choose more specific storage formats, which must be stated in the
1273+ specification of the respective store. E.g. a database store might
1274+ encode values of ``*.json `` keys with a database-native json type.
12721275
12731276It is assumed that the store holds (`key `, `value `) pairs, with only
12741277one such pair for any given `key `. I.e., a store is a mapping from
You can’t perform that action at this time.
0 commit comments