I have an existing MySQL data with some existing tables. I'd like to use gluon.dal to insert data into these tables. How do I do it? It seem dal only parses tables that it creates. I'm looking for a method names something like "load_schema".
I can use the _mysql module instead, but I plan to use the database with web2py so I'd rather use a single database connection module. Thank you. --