I am trying to apply a query to a table, using the ORM sqlalchemy in a database already created with mysql, with the following code:
eng = create_engine("mysql+mysqldb://host='localhost', user='root', passwd='...',port='3307', database='Nomina...
asked by
08.08.2017 / 01:00