> just trying to get to a point where i can do the db structure scrape to > create the web2py db code as i interpret that is what your code does
yes the script uses the mysql and mysqldump excecutables to dump the table structures and parses that with regular expressions Nice work Kevin, I have had only created and used for it once to migrate our legacy db to pyMantis but I am planning to add this as a feature the pyMantis so this comes in very handy :D

