连接数据库

  1. 使用psycopg2.connect函数获得connection对象。
  2. 使用connection对象创建cursor对象。
意见反馈
编组 3备份
    openGauss 2025-06-13 07:43:18
    取消