summaryrefslogtreecommitdiffstats
path: root/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt
index 886fc00..97bef37 100644
--- a/notes.txt
+++ b/notes.txt
@@ -18,3 +18,6 @@ var bar = foo.slice(0);
who responds/listens to those, so we will see statements
such eventer.on('foo', somehandler)
+[mongodb]
+$ mongo; show dbs; use nodejs1; show collections; db.getCollectionNames(), db.users.find(), db.users.remove(), db.users.drop()
+