aboutsummaryrefslogtreecommitdiffstats
path: root/.mongoshrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.mongoshrc.js')
-rw-r--r--.mongoshrc.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/.mongoshrc.js b/.mongoshrc.js
index 9533ee8..bd91d9a 100644
--- a/.mongoshrc.js
+++ b/.mongoshrc.js
@@ -24,3 +24,7 @@ function get_mangas() {
function get_animes() {
return db.animes.find();
}
+
+function get_movies() {
+ return db.movies.find();
+}