znone
2021-03-02 9891c1bb38c47b05ba3c40b80ad17d1a206e4e5c
README_CN.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的字段数据绑定
@@ -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 |
### ODBC相关的C++类
- qtl::postgres::database