MongoDB

Database questions, related to MySQL, Microsoft SQL Server, Access and other databases belong in this section.
Forum rules
Please make yourself familiar with our rules and guidelines before posting.
Post Reply
Accrete
Administrator
Posts: 1786
Joined: Fri Nov 08, 2019 12:44 am
Latest blog post: Have You Read the Webmaster Guidelines Yourself?
Answers: 1
Reputation: 987
Location: Canada
Has thanked: 22 times
Been thanked: 113 times
Contact:

MongoDB

Post by Accrete »

Have you checked out MongoDB?
MongoDB is a cross-platform, open-source, NoSQL database, used by many modern Node-based web applications to persist data...

...MongoDB is a document-oriented database. This means that it doesn’t use tables and rows to store its data, but instead collections of JSON-like documents. These documents support embedded fields, so related data can be stored within them.

MongoDB is also a schema-less database, so we don’t need to specify the number or type of columns before inserting our data...
An Introduction to MongoDB

What are your thoughts on MongoDB?
Yours truly,
Accrete Web Solutions

SEO troubleshooting and review services available. - Pm me.

Post Reply

Return to “Databases”

Who is online

Users browsing this forum: No members and 5 guests