Python 3.9 有 Postgres 的替代品吗?
Is there an alternative for Postgres for Python 3.9?
我正在尝试使用 psycopg2
连接到 Postgres 数据库,但显然 3.9 不支持它。我可以使用其他替代方案吗?
文档说支持 3.9
Python versions from 3.6 to 3.9
https://www.psycopg.org/docs/install.html#prerequisites
这是 Postgres Wiki 上其他库的列表 https://wiki.postgresql.org/wiki/Python
您还可以在 python 软件包索引 https://pypi.org/search/?q=postgre&o=&c=Topic+%3A%3A+Database&c=Programming+Language+%3A%3A+Python
上搜索
我正在尝试使用 psycopg2
连接到 Postgres 数据库,但显然 3.9 不支持它。我可以使用其他替代方案吗?
文档说支持 3.9
Python versions from 3.6 to 3.9
https://www.psycopg.org/docs/install.html#prerequisites
这是 Postgres Wiki 上其他库的列表 https://wiki.postgresql.org/wiki/Python
您还可以在 python 软件包索引 https://pypi.org/search/?q=postgre&o=&c=Topic+%3A%3A+Database&c=Programming+Language+%3A%3A+Python
上搜索