Closed AlexStormwood closed 6 months ago
Thankyou for the pull request!
As a reminder, here's the workflow we're aiming to use in this repository:
main
or deploy
.main
, make a pull request. <-- You are here
"Squash and merge" means all random commits within your branch will not be shown as separate commits in main
. Rather, we'll have one single big commit with a message that matches this PR title. That's why our PR must follow certain rules, while your branch can be totally customised to however you want to work.
Good luck on your latest PR! :smile:
Document references and embedded documents have only been tested for insertOne and findOneDocument operations but that's enough for basic usable work for now.
Uniqueness should be good for standard JS types, but as I type this I realise that I haven't tested it for doc references or embedded documents.
So... this is really a merge just for some basic versions of crucial functionality. More work to come.