You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
Checklist
Is your feature related to a problem? Please describe.
I want to be able to make a ByteArray field for my projects.
Describe the solution you would like.
For example, i would like to have the BYTEA Type in ORM.
Eg:
And when i do for example,
Describe alternatives you considered
I considered using raw asyncpg which i am, but i would like the bytearray field in ORM so i can use it.
Additional context