Skip to content
New issue

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

[Feature] Bytes data type #92

Open
brianferri opened this issue Mar 19, 2024 · 1 comment
Open

[Feature] Bytes data type #92

brianferri opened this issue Mar 19, 2024 · 1 comment

Comments

@brianferri
Copy link

Since https://github.com/prisma/prisma/releases/tag/2.17.0 the Bytes data type has been added to accommodate for byte array/binary data types (https://www.postgresql.org/docs/current/datatype-binary.html#DATATYPE-BINARY) but it is currently not a method on the PrismaModel. The obvious solution is to use the raw method instead, but for coherence's sake and updating the package to Prisma's latest version, I think it'd be a nice addition

@ridafkih
Copy link
Owner

Thanks! I can take a look, but a little busy with work at the moment. Anyone else is free to take and any other issue this in the meantime. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants