Open masterbater opened 1 year ago
is there any workaround for Client-side Field Level Encryption?
is there any workaround for Client-side Field Level Encryption?
I run both nodejs driver and prisma, if I query collections with csfle or queryable encryption, I use nodejs
Problem
https://www.mongodb.com/developer/languages/rust/rust-field-level-encryption/ https://mongodb.github.io/mongo-rust-driver/manual/encryption.html
Please support this feature in prisma. One of the good things in mongodb is their automatic CSFLE. This is being used for saving sensitive information or PII and can be queried even it is encrypted.