Using Prisma with MongoDB guide - #3017
Merged
Merged
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. |
Contributor
|
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
dpetrick
reviewed
Mar 29, 2022
added 3 commits
March 29, 2022 12:11
Fix incorrect example
Add basics for replica set
Add section for defining IDs
keerlu
commented
Mar 29, 2022
tanberry
reviewed
Mar 30, 2022
Remove copypasted text
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Contributor
|
@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. ;-) |
added 6 commits
April 1, 2022 09:20
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
keerlu
commented
Apr 1, 2022
added 3 commits
April 1, 2022 11:31
Update formatting
stray full stop
Add example schema to migration section
dpetrick
reviewed
Apr 1, 2022
janpio
reviewed
Apr 1, 2022
janpio
reviewed
Apr 1, 2022
janpio
reviewed
Apr 4, 2022
janpio
reviewed
Apr 4, 2022
janpio
reviewed
Apr 4, 2022
janpio
reviewed
Apr 4, 2022
janpio
reviewed
Apr 4, 2022
janpio
reviewed
Apr 4, 2022
janpio
reviewed
Apr 4, 2022
janpio
approved these changes
Apr 4, 2022
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>
matthewmueller
approved these changes
Apr 4, 2022
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
janpio
reviewed
Apr 5, 2022
added 2 commits
April 5, 2022 14:00
Change 'undefined' to 'missing'
Re-add link
matthewmueller
added a commit
that referenced
this pull request
Jul 22, 2022
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Guide to MongoDB with Prisma, which will cover
_idfieldDescribe this PR
Changes
What issue does this fix?
Any other relevant information