We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2c18f commit 9afe70fCopy full SHA for 9afe70f
README.md
@@ -15,7 +15,7 @@ This driver provides the following features:
15
* Binary data transfer
16
* Execution of prepared statements with bindings
17
* Execution of batch statements without bindings
18
-* Read and write support for all data types except LOB types (e.g. `BLOB`, `CLOB`)
+* Read and write support for a majority of data types (see [Data Type Mapping](#data-type-mapping) for details)
19
* Fetching of `REFCURSOR` using `io.r2dbc.postgresql.api.RefCursor`
20
* Extension points to register `Codec`s to handle additional PostgreSQL data types
21
0 commit comments