db.post.insert(
[
{
title: "MongoDB Overview",
description: "MongoDB is no SQL database",
by: "tutorials point",
url: "http://www.tutorialspoint.com",
tags: ["mongodb", "database", "NoSQL"],
likes: 100
},
{
title: "NoSQL Database",
description: "NoSQL database doesn't have tables",
by: "tutorials point",
url: "http://www.tutorialspoint.com",
tags: ["mongodb", "database", "NoSQL"],
likes: 20,
comments:
[
{
user:"user1",
message: "My first comment",
dateCreated: new Date(2013,11,10,2,35),
like: 0
}
]
}
])
The two most important days in your life are the day you are born and the day you find out why.................................Mark Twain
Friday, October 14, 2022
Mongodb Insert Document Query
Insert Documents:
Friday, May 6, 2022
Wednesday, February 2, 2022
Saturday, June 19, 2021
Introductio to amazon AWS services
https://youtu.be/Z3SYDTMP3ME
Thursday, May 27, 2021
Sunday, September 6, 2020
How to Add Syntax Highlighter For Blogger
https://www.compromath.com/2017/02/adding-specific-code-syntax-highlighter.html
https://github.com/googlearchive/code-prettify
https://mothereff.in/html-entities
Subscribe to:
Posts (Atom)