Feature request: support Bytes fields
derekwheel opened this issue · comments
derekwheel commented
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?
François Best commented
That would seem like a good improvement indeed.
Would you like to open a PR?