Skip to content

Commit 1c2b636

Browse files
authored
Call out the helper libraries at the very beginning
Fix the TOC link to the helpers
1 parent 0dff3ef commit 1c2b636

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55

66
Encrypt Query Language (EQL) is a set of abstractions for transmitting, storing, and interacting with encrypted data and indexes in PostgreSQL.
77

8-
Store encrypted data alongside your existing data.
8+
> [!TIP]
9+
> **New to EQL?** Start with the higher level helpers for EQL in [Python](https://github.com/cipherstash/eqlpy), [Go](https://github.com/cipherstash/goeql), or [JavaScript](https://github.com/cipherstash/jseql) and [TypeScript](https://github.com/cipherstash/jseql), or the [examples](#helper-packages-and-examples) for those languages.
10+
11+
Store encrypted data alongside your existing data:
912

1013
- Encrypted data is stored using a `jsonb` column type
1114
- Query encrypted data with specialized SQL functions
@@ -36,7 +39,7 @@ Store encrypted data alongside your existing data.
3639
- [How do I integrate CipherStash EQL with my application?](#how-do-i-integrate-cipherstash-eql-with-my-application)
3740
- [Can I use EQL without the CipherStash Proxy?](#can-i-use-eql-without-the-cipherstash-proxy)
3841
- [How is data encrypted in the database?](#how-is-data-encrypted-in-the-database)
39-
- [Helper packages](#helper-packages)
42+
- [Helper packages](#helper-packages-and-examples)
4043
- [Releasing](#releasing)
4144

4245
---
@@ -361,8 +364,7 @@ Encryption and decryption are handled by CipherStash Proxy.
361364

362365
## Helper packages and examples
363366

364-
We've created a few langague specific packages to help you interact with the payloads:
365-
367+
We've created a few langauge specific packages to help you interact with the payloads:
366368

367369
| Language | ORM | Example | Package |
368370
| ---------- | ----------- | ----------------------------------------------------------------- | ---------------------------------------------------------------- |

0 commit comments

Comments
 (0)