Decimal in Prisma
Has anyone dealt with Decimal in Prisma? I am having issues with it when I retrieve results and try to display it in a react component.
2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I have also had problems when I retrieve a Decimal type using tRPC it comes through typed as a Decimal but the typeof appears to be a string and i cannot use the Decimaljs methods