Hi,
I'm trying to generate a model file by sqlacodegen with following format. but it reports 'database server not found, -100'.
sqlacodegen sqlalchemy_sqlany://user:password@ip/dbname --outfile model.py
I can connect to the db by sqlanydb with odbc.ini .
Please kindly let me know how to do this.
Thanks.