无法使用 sqlacodegen 连接到架构

Can't connect to schema with sqlacodegen

我正在尝试使用 sqlacodegen 生成模型,作为输出,我只从 public 模式中获得表。 如何从所有表和架构中检索模型?

sqlacodegen --outfile models.py postgres://user:passw@Host:Port/dbname

我知道我来晚了一点,但如果还有其他人正在寻找答案:

您可以附加参数

--schema [your_schema_name] 

thsqlacodegen 命令结束。