From 9891c1bb38c47b05ba3c40b80ad17d1a206e4e5c Mon Sep 17 00:00:00 2001
From: znone <glyc@sina.com.cn>
Date: Wed, 03 Mar 2021 13:51:22 +0000
Subject: [PATCH] PostgreSQL: support composite types.

---
 README.md |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a495c81..b691575 100644
--- a/README.md
+++ b/README.md
@@ -418,7 +418,8 @@
 | date | qtl::postgres::date |
 | timestamp | qtl::postgres::timestamp |
 | interval | qtl::postgres::interval |
-| array | std::vector |
+| array | std::vector<br>std::array<br>T[N] |
+| composite types | std::tuple<br>std::pair |
 
 ### PostgreSQL field data binding
 
@@ -436,7 +437,8 @@
 | date | qtl::postgres::date |
 | timestamp | qtl::postgres::timestamp |
 | interval | qtl::postgres::interval |
-| array | std::vector |
+| array | std::vector<br>std::array<br>T[N] |
+| composite types | std::tuple<br>std::pair |
 
 ### C ++ classes related to PostgreSQL
 - qtl::postgres::database

--
Gitblit v1.9.3