prisma / prisma

Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
https://www.prisma.io
Apache License 2.0
39.69k stars 1.55k forks source link

Support Client-side Field Level Encryption in MongoDB Rust Driver #19566

Open masterbater opened 1 year ago

masterbater commented 1 year ago

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.

SuperMohit commented 1 year ago

is there any workaround for Client-side Field Level Encryption?

masterbater commented 1 year ago

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