除了 pyscopg2 之外,是否有任何库可用于使用 python 脚本从 postgres 数据库中获取数据?

Is there any library other than pyscopg2 that can be used to fetch the data from postgres db using python script?

我在项目中有一项要求需要 pandas、sqlalchemy 和 psycopg2 库。这些在 pypi.org 中可用,但由于公司合规性,我只能使用 RHEL8。在 RHEL8 中,我可以找到 pandas, sqlalchemy 但找不到 psycopg2。我可以使用任何其他库从 postgres 数据库中获取数据吗?

psycopg2 runs on RHEL8.

安装:

sudo yum install python-pip
sudo pip install psycopg2