Re: [sqlalchemy] Sqlacodegen freeze when generate models.py

2023-08-01 Thread Mike Bayer
hi - sqlacodegen issues should be discussed at https://github.com/agronholm/sqlacodegen/discussions/categories/q-a On Tue, Aug 1, 2023, at 7:57 AM, Leandro Lázaro wrote: > Hello, > When I use the command sqlacodegen mssql+pymssql://USER:PASS@IP:PORT/DB > > model.py, the process hangs and contin

[sqlalchemy] Sqlacodegen freeze when generate models.py

2023-08-01 Thread Leandro Lázaro
Hello, When I use the command sqlacodegen mssql+pymssql://USER:PASS@IP:PORT/DB > model.py, the process hangs and continues running for several hours without any results. The database I'm trying to generate models.py for is quite large (over 1000 tables). Is the execution time normal, or is some