You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TODO: Add instructions for setting up the database schema
211
+
Under the hood, Proxy uses [CipherStash Encrypt Query Language](https://github.com/cipherstash/encrypt-query-language/) to index and search encrypted data.
212
+
213
+
When you start the Proxy container, you can install EQL by setting the `CS_DATABASE__INSTALL_EQL` environment variable:
214
+
215
+
```bash
216
+
CS_DATABASE__INSTALL_EQL=true
217
+
```
218
+
219
+
This will install the version of EQL bundled with the Proxy container.
220
+
The version of EQL bundled with the Proxy container is tested to work with that version of Proxy.
221
+
222
+
If you are following the [getting started](#getting-started) guide above, EQL is automatically installed for you.
223
+
You can also install EQL by running [the installation script](https://github.com/cipherstash/encrypt-query-language/releases) as a database migration in your application.
224
+
225
+
Once you have installed EQL, you can see what version is installed by querying the database:
0 commit comments