Closed GiGaFotress closed 1 year ago
config.py中这个链接的写法是不是应该为postgres:// sed -i 's|bind.*|bind: str = "postgresql://zhenxun:zxpassword@localhost:5432/zhenxun"|g' configs/config.py
sed -i 's|bind.*|bind: str = "postgresql://zhenxun:zxpassword@localhost:5432/zhenxun"|g' configs/config.py
https://stackoverflow.com/questions/68887601/tortoise-exceptions-configurationerror-unknown-db-scheme-postgresql-error
是最近真寻那边更新的问题
config.py中这个链接的写法是不是应该为postgres://
sed -i 's|bind.*|bind: str = "postgresql://zhenxun:zxpassword@localhost:5432/zhenxun"|g' configs/config.py
https://stackoverflow.com/questions/68887601/tortoise-exceptions-configurationerror-unknown-db-scheme-postgresql-error