Hi everyone 👋
I am trying to use Prisma with single store (cloud-native database
singlestore), Have anyone used Prisma with SingleStore before?
it seems there is an open issue related to SingleStore:
https://github.com/prisma/prisma/issues/2935
i am experiencing a weird issues while i am pushing the db changes
one of the issues :
i have to do this for each model @@id
@@index([id], map: "__SHARDKEY")
second issue:
incorrect
dateTime _DateTime_ @db.DateTime()
correct
dateTime _DateTime_ @db.DateTime(0)
Thanks in advance 🙏