Planet Scale alternative
I was wondering if there are any goo alternatives to Planet Scale with a good free tier?
Because
relationMode = "prisma"
does not like my current schema7 Replies
what problems are you facing in the schema?
cockroachdb is a good alternative
I would have to rewrite the relations, and I was too lazy,
but maybe I will just rewrite it.
nah you don't need to rewrite relations
just need to add
@@index([relationId])
on the tablesPrisma
Manage relations between records with relation modes in Prisma
Manage relations between records with relation modes in Prisma
ahh like this:
Thanks!!
you got it