Skip to content

Commit 723bf2d

Browse files
authored
Update README.md
1 parent 1e1f0f0 commit 723bf2d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# oatpp-postgresql [![Build Status](https://dev.azure.com/lganzzzo/lganzzzo/_apis/build/status/oatpp.oatpp-postgresql?branchName=master)](https://dev.azure.com/lganzzzo/lganzzzo/_build/latest?definitionId=31&branchName=master)
22

33
Oat++ ORM adapter for PostgreSQL.
4-
*Note: this **alpha version**, which means that not all PostgreSQL data-types are supported.*
4+
*Note: this **alpha version**, which means that not all PostgreSQL data-types are supported. See the list of [Supported Data Types](#supported-data-types).*
55

66
More about Oat++:
77

@@ -57,3 +57,16 @@ public:
5757

5858
};
5959
```
60+
61+
### Supported Data Types
62+
63+
- INT2
64+
- INT4
65+
- INT8
66+
- TIMESTAMP
67+
- TEXT
68+
- VARCHAR
69+
- FLOAT4
70+
- FLOAT8
71+
- BOOL
72+
- UUID

0 commit comments

Comments
 (0)