47ng/prisma-field-encryption

Feature request: support Bytes fields

derekwheel opened this issue · 1 comments

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?

That would seem like a good improvement indeed.

Would you like to open a PR?