Skip to content

Commit 9916110

Browse files
authored
Merge pull request #61 from cipherstash/add-docs-on-native-pg-json-vs-eql
Add docs on native PG JSON(B) functions/ops compared to EQL
2 parents 9d8e6fe + 9224ad6 commit 9916110

File tree

2 files changed

+516
-2
lines changed

2 files changed

+516
-2
lines changed

JSON.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ or a Structured Encryption Map, `ste_map`.
1414
```
1515

1616

17-
## Simplified JSON Path
17+
## eJSONPath
1818

19-
CipherStash EQL supports a simplified JSONPath syntax as follows:
19+
CipherStash EQL supports a simplified JSONPath syntax, called `eJSONPath`.
20+
It is a subset of the [SQL/JSONPath](https://www.postgresql.org/docs/16/datatype-json.html#DATATYPE-JSONPATH) scheme provided by Postgres and supports the following expressions:
2021

2122
| Expression | Description |
2223
|------------|-------------|

0 commit comments

Comments
 (0)