-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
jamescd18
commented
Jan 30, 2021
- Installed Prisma items
- added Prisma migration command to scripts
- added PostgreSQL install to docs
- tested Prisma with example schema, app running locally, localhost database
… vscode extension
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confused about some things, but looks good to me! @eshwaribhide's review will probably be more useful than mine
These are extensions for VSCode that might make your developer experience more enjoyable. | ||
They are completely optional. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not related to this PR, but I believe there's a VSCode extension for Prettier too, I know we're implementing it for our repo but maybe you could still add the vscode ext info here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, I was gonna add those as part of other PRs
The prisma schema is just some dummy data, and Prisma auto-generates all the SQL stuff, so I think we should be good |