为 Postgres 编写驱动程序
Writing a driver for Postgres
我正在研究为 Postgres 编写驱动程序。我四处搜索,似乎找不到驱动程序必须实现的协议规范。谁能指出我正确的方向?
frontend/backend 协议(a.k.a“线路协议”)在 chapter 52 of the documentation 中有详细记录。
我正在研究为 Postgres 编写驱动程序。我四处搜索,似乎找不到驱动程序必须实现的协议规范。谁能指出我正确的方向?
frontend/backend 协议(a.k.a“线路协议”)在 chapter 52 of the documentation 中有详细记录。