PlutoUranus
PPrisma
•Created by PlutoUranus on 12/10/2024 in #help-and-questions
Error at adding Prisma 6.0.1 to NextJs 15: can-connect-to-database
I was trying to add Prisma to an existing NextJs 15 project:
According to Prisma doc https://www.prisma.io/docs/getting-started/quickstart-sqlite
I added my own
Snippet
model into ./prisma/schema.prisma
Then I ran Prisma migration command:
Then in my terminal I got:
and no new SQL migration file was generated for the migration in the prisma/migrations
5 replies