【问题标题】:Postgresql and C data types [closed]Postgresql 和 C 数据类型
【发布时间】:2014-03-25 15:00:49
【问题描述】:

Postgresql 数据类型与 C 数据类型之间是否存在映射

类似于这个问题

PostgreSQL and C# Datatypes

【问题讨论】:

  • 你想做服务器端编程还是客户端编程?
  • @leeduhem 客户端编程
  • libpq documentation 可能会有所帮助。这就是我所得到的。

标签: c database api postgresql libpq


【解决方案1】:

有一个专门用于客户端编程的工具:libpqtypes

对于服务器端编程,即用 C 编写并在 PostgreSQL 服务器可执行文件中运行的 PostgreSQL 扩展,您需要直接使用 PostgreSQL 的 API。

【讨论】:

    猜你喜欢
    • 2010-10-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-05-15
    • 1970-01-01
    • 2017-09-29
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多