Hey all, I was wondering if it's possible for pris...
# orm-help
r
Hey all, I was wondering if it's possible for prisma to automatically convert bigint types to string?
j
On what level?
In the database or for your app?
r
On the app level
@janpio
I have bigint columns on my database and since javascript can't do numbers that big, it would be nice if i can read it as a string instead