Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Prisma ORM #9

Closed
4 tasks
BracketJohn opened this issue Mar 2, 2023 · 0 comments · Fixed by #12
Closed
4 tasks

Setup Prisma ORM #9

BracketJohn opened this issue Mar 2, 2023 · 0 comments · Fixed by #12
Assignees

Comments

@BracketJohn
Copy link
Contributor

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

  • setup prisma
    • hello world schema
    • commands in package.json
    • db-playground npm run prisma studio is working
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant