psycopg介绍:
Psycopg is a Postgresql adapter for the Python programming language. It is a wrapper for the libpq,the official Postgresql client library.
在Postgresql官方文档里的目录结构里
IV. Client Interfaces
31. libpq - C Library
32. Large Objects
33. ECPG - Embedded sql in C
34. The Information Schema
可以看到
libpq是Postgresql的C语言接口。而,psycopg是libpq的一个封装
Python访问Postgresql数据库需要用psycopg模块
关于psycopg的读法
网上有这种读法:
“psycho-pee-gee”
这里有一个介绍Python和Postgresql编程的youtube视频,里面psycopg也是这样读的