Open
Description
Other databases have support for queryable encryption which is implemented at the driver level. The advantage of this method is that the driver is the only thing aware of the encryption/decryption keys.
We should investigate how we can incorporate extensions like:
https://github.com/cashapp/jooq-encryption
into either JOOQ or into JDBC to accomplish this for CRDB.
Jira issue: CRDB-34210