Category: MongoDB

One of the famous Nosql Engine written in C++.

MongoDB Mini User Guide

Shell Mongo : > mongo Once you are in terminal/command line, access the database/collection you want to use as follows: show dbs use <db name> show collections choose your collection and type the following...

MongoDB Tutorial sample PHP application

On a wampserver, Install the php_mongo-1.3.1 extension and you will be able to connect to mongo. you can refer here to mongo installation. You must verify after restarting apache that mongo is activated and of...