ammar_79395
ammar_79395
TTCTheo's Typesafe Cult
Created by ammar_79395 on 8/22/2023 in #questions
Problem when using postgis .
I am trying to use geometry datatype in schema.prisma . But it shows error unsupported datatype geometry . Then i saw one solution like this pickup_geom Unsupported("geometry(Point, 4326)")? .. It looks fine until i try to insert a row with prisma create function
3 replies
TTCTheo's Typesafe Cult
Created by ammar_79395 on 8/19/2023 in #questions
Performance of Prisma
is using Prisma in production save ? I have heard so much negativity regarding ORM . One argument with which they come up is if you really want to use ORM use raw query instead of ORM native function ? Is there a really performance lacking in native ORM functions.
8 replies