Skip to content
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This directory contains the documentation for the Encrypt Query Language (EQL).
- [EQL Functions Reference](reference/eql-functions.md) - Complete API reference for all EQL functions
- [SQL support matrix](reference/sql-support.md) - Which SQL operators and features each encrypted index enables
- [Database Indexes for Encrypted Columns](reference/database-indexes.md) - PostgreSQL B-tree index creation and usage
- [Writing fast queries against EQL columns](reference/query-performance.md) - Functional indexes, operator inlining, natural vs extractor forms, and common pitfalls
- [EQL index configuration for CipherStash Proxy](reference/index-config.md)
- [EQL with JSON and JSONB](reference/json-support.md)
- [EQL payload data format](reference/PAYLOAD.md)
Expand Down
Loading