You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
We'll deprecate this nuxt-layer in favor of "natively" integrating prisma: Integrating it is quite easy and just requires a couple of files + the layers approach we chose here still has serious flaws:
These flaws are all serious / annoying and not easily resolved. Their overhead does not justify the existance of this small layer with just 2 files. So instead we integrated the necessary files and configuration directly into create-sidebase. To use prisma with Nuxt 3 run:
# also works with `yarn`, `pnpm`
npm create sidebase@latest
Then select Merino and then Prisma ORM and you are good to go!
Sorry for this (sad) information -> if you want to I can have a look at your setup to help you setup prisma correctly in your project ❤️ Just let me know here or on discord: https://discord.gg/NDDgQkcv3s
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the feature
We'll deprecate this nuxt-layer in favor of "natively" integrating prisma: Integrating it is quite easy and just requires a couple of files + the layers approach we chose here still has serious flaws:
pnpm
problems with layer at the moment: Project fails to build withnuxt-prisma
#4These flaws are all serious / annoying and not easily resolved. Their overhead does not justify the existance of this small layer with just 2 files. So instead we integrated the necessary files and configuration directly into
create-sidebase
. To use prisma with Nuxt 3 run:# also works with `yarn`, `pnpm` npm create sidebase@latest
Then select
Merino
and thenPrisma ORM
and you are good to go!To properly deprecate this layer we will:
cheviot
(feat: deprecatenuxt-prisma
in favor of direct prisma integration sidebase#92)nuxt-prisma
from LP and modules navbar docs#87)Sorry for this (sad) information -> if you want to I can have a look at your setup to help you setup prisma correctly in your project ❤️ Just let me know here or on discord: https://discord.gg/NDDgQkcv3s
Additional information
No response
The text was updated successfully, but these errors were encountered: