[sqlalchemy] sqlacodegen

2022-04-22 Thread Glasaun Daley
Hey guys I am trying to run this function in a python file instead of the terminal sqlacodegen sqlite:///test.db --flask --outfile=models.py -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal,

[sqlalchemy] Re: SQLALCHEMY conncection to Sybase Adaptive Server Anywhere Version 7 via TCI/IP

2022-04-22 Thread Trainer Go
Thank you Gord Thompson, its working. Now i have to check how i can make a select with better performance. cause the select im using in my python programm needs i think 80 seconds and in the database its self only 13 seconds but it tested it with pd.read_sql() . Maybe the performance with