-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated docs #13
Updated docs #13
Conversation
Co-authored-by: Yuji Yokoo <[email protected]>
``` | ||
|
||
### EQL value classes | ||
[!NOTE] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This prints as literal string. Maybe it's some other Markdown's syntax not supported by GitHub?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah this isn't using the GitHub Markdown syntax correctly.
It should be:
[!NOTE] | |
> [!NOTE] | |
> The column type in the database is `cs_encrypted_v1` which is encrypted type defined in [EQL](https://github.com/cipherstash/encrypt-query-language/blob/main/docs/reference/PAYLOAD.md). Internally EQL uses JSON. |
* use backticks for identifiers * update example to use 'customers' * add links to EQL value types
Start writing supported queries
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this was just left there even though the work was done. I made it 'ready for review'. My PR onto this branch was approved and merged. I'm approving (the rest of) this branch now.
No description provided.