使用Python psycopg2和LDAP用户连接到Postgres

时间:2018-11-05 12:33:35

标签: python postgresql psycopg2

我有此信息

jdbc:postgresql://<host>:5432/<database>?ApplicationName=SPARK_PERFORMANCE_TESTING 

PostgresUserName = <user> 

PostgresPassword = <password>

我正在做一些REST API开发。一些API必须从postgresSql中提取信息。如何使用此信息来构建LDAP URI或如何与Psycopg2一起使用?

0 个答案:

没有答案