-
Notifications
You must be signed in to change notification settings - Fork 785
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
Using Prisma with MongoDB guide #3017
Conversation
Create basic structure of guide
✅ Deploy Preview for prisma2-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
This PR changes the following pages (Netlify Preview Deploy links):
(Note that links will only be valid after Netlify preview deploy succeeded) |
Explain null vs undefined
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
Fix incorrect example
Add basics for replica set
Add section for defining IDs
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
Remove copypasted text
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
@keerlu I added content to the How To section for handling old data, and also added an intro to the How To section. I meant to do it as a PR on your branch, but looks like it merged my commits into your PR branch. Hmmmm... I think it all worked out, somehow. ;-) |
Move header to correct depth
Add in Introspection section
Add a link to the Data Guide
Rephrase section intro
Remove replica set section and link out to MongoDB
Update intro
Update formatting
stray full stop
Add example schema to migration section
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
Clarify mapping _id
Add link to connector
Reformat MongoDB document examples
Remove link to image
Remove link
content/300-guides/050-database/870-using-prisma-with-mongodb.mdx
Outdated
Show resolved
Hide resolved
Change 'undefined' to 'missing'
Re-add link
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Co-authored-by: Dominic Petrick <dompetrick@gmail.com> Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com> Co-authored-by: Tana Berry <tanaberry@Tanas-MacBook-Pro.local> Co-authored-by: Matthew Mueller <mattmuelle@gmail.com> Co-authored-by: Matthew Mueller <mueller@prisma.io>
Guide to MongoDB with Prisma, which will cover
_id
fieldDescribe this PR
Changes
What issue does this fix?
Any other relevant information