Thursday, 12 September 2013

automatically create db in Zend

automatically create db in Zend

I was wondering if Zend has any way to automatically construct a database
from model declarations. I could not find any documentation on the matter.
I'm talking now from the point of view of someone who has experience in
Python, where both Django ORM and SQLAlchemy provide a way to
automatically create all database tables by some simple introspection of
the models. Is something like this available for Zend or do I have to
manually create my database ?

No comments:

Post a Comment