-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Description
Before General Availability, we had to remove Decimal support because we depend on the MongoDB Rust Driver which doesn't yet support MongoDB's Decimal128. Here's their JIRA ticket.
You can learn more details in this issue.
For now, we suggest using String in place of Decimal. Once the MongoDB Rust Driver supports Decimal128, we'll re-introduce Decimal support for MongoDB in Prisma
Reactions are currently unavailable