skip to main |
skip to sidebar
at
10:13 AM
Labels:
Using MongoDB
Posted by
Sriram
Mongod is a non-relational database and it is pure document oriented database. While using Mongod in rails application we never need any db files for maintaing tables and no migrations in mongod. We just maintain our data through models only.
Document oriented means