after using ra-data-prisma , saved me a lot of time! thanks a lot!
what I expected
I have a one to many model(eg: customers - orders), when I want to create a record in the orders table , the logic is : " if the customerId is exists, then connect , else create "
after using ra-data-prisma , saved me a lot of time! thanks a lot!
what I expected
I have a one to many model(eg: customers - orders), when I want to create a record in the
orders table
, the logic is : " if the customerId is exists, then connect , else create "I tried this , but failed
the browser request
payload
:my backend api service
connectOrCreate
can work