Skip to content

Commit ba87755

Browse files
authored
Merge pull request #49 from cipherstash/docs/describe-supported-data-types
Document what data types are currently supported
2 parents afc5fa1 + 75a5c40 commit ba87755

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,15 @@ if (decryptedResults) {
423423
}
424424
```
425425

426+
## Supported data types
427+
428+
`jseql` currently supports encrypting and decrypting text.
429+
Other data types like booleans, dates, ints, floats, and JSON are extremely well supported in other CipherStash products, and will be coming to `jseql`.
430+
Until support for other data types are available in `jseql`, you can:
431+
432+
- Read [about how these data types work in EQL](https://github.com/cipherstash/encrypt-query-language/blob/main/docs/reference/INDEX.md)
433+
- Vote for this feature by adding a :+1: on this [GitHub Issue](https://github.com/cipherstash/jseql/issues/48).
434+
426435
## Searchable encryption
427436

428437
`jseql` does not currently support searching encrypted data.

0 commit comments

Comments
 (0)