Getting Started #2
Locked
Zertz
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Get the app
Mac App Store
Connecting to MongoDB
+
icon in the upper right cornerHere's a few tips for the common providers:
MongoDB Atlas
Local installation
White this may vary depending on your particular set up, the default connection URI typically is
mongodb://localhost:27017
Querying
Queries in Spruce have a slightly different syntax that you may be used to, here's how it works:
ObjectId
:Sorting
Select the
+ Sort
button below the query to show the sort input. Here's an example of sort options to get the latest documents in a collection (this will vary depending on your data structure):Beta Was this translation helpful? Give feedback.
All reactions