Can I use Drizzle in Nextjs client components?
I create this file.
Can I use it in a client component or should I use it in a server action instead and then use the server action inside a client component?
Can I use it in a client component or should I use it in a server action instead and then use the server action inside a client component?