How to perform non updating upserts in Prisma
In our example yesterday, we are pushing specific playlists to our database. However, if we add a playlist twice, we will see that the URI is not unique and exists already.
There are several ways to go about this.
And for this example, I want to look...
h.daily-dev-tips.com1 min read