Are you a Nuxt developer? Or are you familiar with Prisma ORM and want to use it easily with Nuxt? Then this module is for you.
With this module, you can easily integrate Prisma ORM in your Nuxt app.
usePrismaClient() composable for your Vue files@prisma/nuxt dependency to your projectnpm install @prisma/nuxt
@prisma/nuxt to the modules section of nuxt.config.tsexport default defineNuxtConfig({
modules: ["@prisma/nuxt"],
});
npm run dev
To learn more about how to use the module, visit our documentation