h4cc / AliceFixturesBundle

A Symfony2 bundle for using Alice and Faker with data fixtures. Abled to use Doctrine ORM as well as Doctrine MongoDB ODM.
MIT License
75 stars 25 forks source link

Possible to use with Neo4j ? #13

Closed marlongichie closed 10 years ago

marlongichie commented 10 years ago

Can this bundle be used to load fixtures into Neo4j graph database?

h4cc commented 10 years ago

I dont know how Neo4J stores its Entites, but by principle it should work if you manage to let your Objects create by Alice.

This bundle is by design separated in creating and persisting. So if you just want to let the Bundle create some objects for you and store them yourself - it should work.