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
Based on #2 and #3 we want to use Prisma, as it takes over the typescript type generation for our model based on a compact schema. We can then expand the database in a modular structure through the prisma extends-functionality.
Tasks
setup prisma
hello world schema
commands in package.json
db-playground npm run prisma studio is working
The text was updated successfully, but these errors were encountered:
Goal
Setup prisma db for this project.
Context
Based on #2 and #3 we want to use Prisma, as it takes over the typescript type generation for our model based on a compact schema. We can then expand the database in a modular structure through the prisma extends-functionality.
Tasks
npm run prisma studio
is workingThe text was updated successfully, but these errors were encountered: