Need to know db.xml parsing

Permalink
whats the logic of db.xml parsing and insert/update query, I have referred the c5 libraries, but its work with more than one library. Can someone suggest a proper library to do so ?

https://stackoverflow.com/questions/47870851/how-to-create-mysql-tab...

manup
 
hutman replied on at Permalink Reply
hutman
The db.xml doesn't have any insert/update functionality, that is just to create the table structure.
manup replied on at Permalink Reply
manup
yeah, i know that

i am looking for similar PHP libraries to do the same functionality(C5 schema building)
read db.xml -> build equivalent sql query
linuxoid replied on at Permalink Reply
linuxoid
Do you mean outside of, without C5?

http://www.doctrine-project.org/...
manup replied on at Permalink Reply
manup
Correct basically I wanted to read db.xml and generate its equivalent sql query and execute it.
I am looking for such php libraries so that I can use it on my different project.

I really like that concept