aboutsummaryrefslogtreecommitdiffstats
path: root/.mongoshrc.js
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-01-16 12:04:12 +0000
committerterminaldweller <thabogre@gmail.com>2023-01-16 12:04:12 +0000
commit437fc047e789340ace274159bf2046382b069140 (patch)
tree2434388b565bdb76b247cc7fa081ced4ebc8b8a6 /.mongoshrc.js
parentupdate (diff)
downloadscripts-437fc047e789340ace274159bf2046382b069140.tar.gz
scripts-437fc047e789340ace274159bf2046382b069140.zip
update
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();
+}