MongoDB is new type of database that speaks JSON natively.
Different from traditional databases, instead of defining tables and columns in advance, you can use MongoDB to store new data entities on demand. It's a schema-less database.
You send JSON documents to it and it stores them for you.
Inside database, instead of tables, we use collections, collections of JSON documents.
沒有留言:
張貼留言