We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在启动FastAPI服务时,同步创建数据库连接池出错,代码如下:
1、项目中引入FastAPI,在实例化FastAPI时,在lifespan方法中,实现异步创建aiopg数据库连接池。
成功创建PG数据库连接池。
暂无
$ python --version 3.11
$ python -m pip show aiopg 1.4.0
windows 10
No response
The text was updated successfully, but these errors were encountered:
请问各位大佬,有没有遇到相同问题的啊?
Sorry, something went wrong.
谁能帮我分析分析,到底什么问题啊?
No branches or pull requests
Describe the bug
在启动FastAPI服务时,同步创建数据库连接池出错,代码如下:
To Reproduce
1、项目中引入FastAPI,在实例化FastAPI时,在lifespan方法中,实现异步创建aiopg数据库连接池。
Expected behavior
成功创建PG数据库连接池。
Logs/tracebacks
Python Version
aiopg Version
OS
windows 10
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: