From debe375f6f93c9962d44d325e5cf6ebcba60aed5 Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Thu, 11 Aug 2022 09:00:04 +0100 Subject: [PATCH] Last Sync: 2022-08-11 09:00:04 --- .../Create_collections_and_documents_with_Mongoose.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Databases/MongoDB/Create_collections_and_documents_with_Mongoose.md diff --git a/Databases/MongoDB/Create_collections_and_documents_with_Mongoose.md b/Databases/MongoDB/Create_collections_and_documents_with_Mongoose.md new file mode 100644 index 0000000..1725b2f --- /dev/null +++ b/Databases/MongoDB/Create_collections_and_documents_with_Mongoose.md @@ -0,0 +1,8 @@ +--- +tags: +- Databases +- mongo_db +- node-js +--- + +# Create collections and documents with Mongoose