NoSQL: Prototyping Applications with MongoDB

| | bookmark | email

Prototyping Applications with MongoDB

When prototyping an application it's common to need to change the database frequently and MongoDB allows me to do that without the need of generating migrations and keeping the DB schema in the model layer.

tags:MongoDB

via NoSQL databases