Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Symfony2 supported NoSQL databases?

Tags:

nosql

symfony

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

like image 322
Duleendra Avatar asked Jul 22 '13 09:07

Duleendra


People also ask

What kind of database is supported by NoSQL?

NoSQL databases come in a variety of types including document databases, key-values databases, wide-column stores, and graph databases. MongoDB is the world's most popular NoSQL database.

Does NoSQL support Semistructed data?

Flexibility: NoSQL databases generally provide flexible schemas that enable faster and more iterative development. The flexible data model makes NoSQL databases ideal for semi-structured and unstructured data.

Can we use PostgreSQL for NoSQL?

PostgreSQL 9.3 comes with great features which can turn it into a NoSQL database, with full transaction support, storing JSON documents with constraints on the fields data.


1 Answers

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

like image 106
rpg600 Avatar answered Nov 15 '22 07:11

rpg600