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
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
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:
pnpmproblems 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@latestThen select
Merinoand thenPrisma ORMand you are good to go!To properly deprecate this layer we will:
cheviot(feat: deprecatenuxt-prismain favor of direct prisma integration sidebase#92)nuxt-prismafrom 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