How to access doctrine database made by php from python -


i have web application made symfony2(php framework)

so there mysql database handled doctrine2 php source code.

now want control db python script.

of course can access directly db python.

however, complex , might break doctrine2 rule.

is there way access database via php doctrine python??

you can try django orm or sql alchemy configuration of models have done carefully. maybe can write parser doctrine2 config files django models. if do, open source please.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -