Symfony2 supported NoSQL databases?

nosql, symfony

Solution

MongoDB can easily be used with the DoctrineMongoDBBundle, it really look like to the Doctrine ORM.

Problem

What are the NoSQL databases which can be used with Symfony2 ? What is the preferred one for Symfony2 ?

Original source