We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! It looks like only string fields are currently supported, but Prisma also supports a Bytes type: https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#bytes It seems natural that one would want to encrypt fields of this kind as well, are there any plans to support it?
Bytes
The text was updated successfully, but these errors were encountered:
That would seem like a good improvement indeed.
Would you like to open a PR?
Sorry, something went wrong.
Also interest in this. I keep file contents in Bytes type field and it sometimes can contain sensitive data (SSH private key for example)
Yeah that sounds like something you'd want to encrypt. Would you feel up to opening a PR?
Unfortunately not right now. I don't feel confident hacking Prisma - my previous attempts at writing client extensions failed.
No branches or pull requests
Hello!
It looks like only string fields are currently supported, but Prisma also supports a
Bytes
type: https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#bytesIt seems natural that one would want to encrypt fields of this kind as well, are there any plans to support it?
The text was updated successfully, but these errors were encountered: