Posts

Showing posts from December, 2022

09.Mongo DB - ALL

Image
  Project can be download from         https://github.com/LahiruPriyankara/SpringBootAppTwo-MongoDB Mongo DB Mongo DB  යනු noSql open source database  එකක් වේ . SQL database හෙවත්  relational database වලදී data table වල තබා ගන්න අතර මෙම table table අතර  relationship  ද පවතී . නමුත් mongoDB වලදී data පවතිනුයේ document collection  එකක් ලෙසට වන අතර මෙම documents අතර  relations  නැත . එනම්  documents are not related with each other. Schema free  වන   අතර  this is based on binary JSON  එනම්  BSON. Mongo DB simple query language  එක ලෙස  simple query language  එක බාවිතා කරනු ලබයි (SQL  වගේ ).  SQL and MongoDB Comparison. Table – Collection Row – Document Column – File Collection is not strict about what goes in it (it’s schema-less).   Download and install mongoDB Go to  https://www.mongodb.com/try/download/community  and  download mongoDB. Note: version 4.4.1 is only support in windows 10.If you want to install other versions of windows, please sele