OSDN Git Service

Regular updates
[twpd/master.git] / mongodb.md
diff --git a/mongodb.md b/mongodb.md
new file mode 100644 (file)
index 0000000..dfd5c75
--- /dev/null
@@ -0,0 +1,10 @@
+---
+title: MongoDB
+category: Development
+---
+
+## Querying
+
+```
+{ name: 'john' }
+{ name: { $eq: 'john' } }