# I need to use 'use client to use onclick and when I type use client it doesn't work because prisma is serverside
# Assuming that you are using Next.js. Can't you use API routes to implement Prisma Specific logic and invoke the API route on the button click?