Hi everyone :wave: I am trying to use Prisma with...
# orm-help
m
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
Copy code
@@index([id], map: "__SHARDKEY")
second issue: incorrect
dateTime           _DateTime_       @db.DateTime()
correct
dateTime           _DateTime_       @db.DateTime(0)
Thanks in advance 🙏
1
n
Hey Muhannad 👋 Singlestore is not officially supported by Prisma yet. I haven't tried using single store with Prisma so I am not sure if this would work as expected out of the box.
👍 1