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...
https://stackoverflow.com/questions/47870851/how-to-create-mysql-tab...
The db.xml doesn't have any insert/update functionality, that is just to create the table structure.
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
i am looking for similar PHP libraries to do the same functionality(C5 schema building)
read db.xml -> build equivalent sql query
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
I am looking for such php libraries so that I can use it on my different project.
I really like that concept