如果测试的数据库是 PostgreSQL,那还需要安装psycopg2。(备注:psycopg2,是Python语言的PostgreSQL数据库接口)其他数据库,请自行百度对应接口文件。

简单的安装方法就是使用pip安装,命令如下:

 pip install psycopg2

五、	安装PostgreSQL数据库

五、	安装PostgreSQL数据库

举例说明数据库的使用

五、	安装PostgreSQL数据库

相关文章:

  • 2021-06-26
  • 2021-09-09
  • 2021-08-19
  • 2021-06-10
  • 2022-12-23
  • 2021-12-16
  • 2021-06-11
猜你喜欢
  • 2021-12-02
  • 2021-10-10
  • 2021-12-09
  • 2021-12-12
  • 2022-02-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案