/nuxt-prisma

Open source Nuxt 3 layer that provides an Prisma ORM integration for Nuxt 3 applications.

Primary LanguageTypeScriptMIT LicenseMIT

nuxt-prisma

npm version npm downloads GitHub stars License Follow us on Twitter Join our Discord

DEPRECATION NOTICE: nuxt-prisma will be depreacated at the 31.01.2023 - read #6 for reasoning and process. The new process to add Prisma to Nuxt 3 sidebase apps is to run:

# also works with `pnpm` and `yarn`
> npm create sidebase@latest

select the Merino stack and then the Prisma ORM option. Need help? Ask away: https://discord.gg/NDDgQkcv3s

nuxt-prisma is an open source Nuxt 3 layer that provides an Prisma ORM integration for Nuxt 3 applications.

Quick start

Follow the Quick Start documentation to get going.

nuxt-prisma is a part of sidebase, the productive Nuxt 3 starter. If you want to have a template that has nuxt-prisma and the Prisma CLI integrated out of the box, use sidebase:

npm create sidebase@latest

Read the sidebase starter docs for more.