C++ 通过pqxxlib库链接 PostgreSql数据库的详细过程

目录
  • c++ 通过pqxxlib库链接 postgresql数据库
  • 一. 编译pqxx(老版本)
    • 1. libpqxx简介
    • 2. 编译环境搭建
      • 2.1 Postgresql下载安装
      • 2.2 libpqxx下载
      • 2.3 编译前的准备
    • 3. 编译
    • 二. 配置vc项目
      • 三. 编译pqxx(新版本)
        • 步骤如下: