In this tutorial, we will show you the best way to install MongoDB in the windows machine. Prerequisites You should be familiar with the Windows command prompt (cmd). Download MongoDB you can be downloaded from its official website. You can download the MongoDB from here. Once you navigate to this[...]
In previous article, we discussed about CodeIgniter with MySQL. Today we are going to discuss about CodeIgniter with MongoDB. MongoDB is open source, NoSQL database developed to deal with limitations of SQL Databases. It is very useful where we have no predefined database structure or schema. SQL databases were not[...]