aio-libs / aiopg

aiopg is a library for accessing a PostgreSQL database from the asyncio
http://aiopg.readthedocs.io
BSD 2-Clause "Simplified" License
1.4k stars 160 forks source link

在创建数据库连接池时,抛出未实现的错误。 #910

Open 547153905 opened 3 months ago

547153905 commented 3 months ago

Describe the bug

在启动FastAPI服务时,同步创建数据库连接池出错,代码如下: image

image

To Reproduce

1、项目中引入FastAPI,在实例化FastAPI时,在lifespan方法中,实现异步创建aiopg数据库连接池。

Expected behavior

成功创建PG数据库连接池。

Logs/tracebacks

暂无

Python Version

$ python --version
3.11

aiopg Version

$ python -m pip show aiopg
1.4.0

OS

windows 10 image

Additional context

No response

Code of Conduct

547153905 commented 3 months ago

请问各位大佬,有没有遇到相同问题的啊?

547153905 commented 3 months ago

谁能帮我分析分析,到底什么问题啊?