You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -196,6 +196,8 @@ print(data.uint16) // UInt16?
196
196
print(data.uint32) // UInt32?
197
197
print(data.uint64) // UInt64?
198
198
199
+
print(data.bool) // Bool?
200
+
199
201
print(data.float) // Float?
200
202
print(data.double) // Double?
201
203
@@ -205,4 +207,4 @@ print(data.uuid) // UUID?
205
207
print(data.numeric) // PostgresNumeric?
206
208
```
207
209
208
-
`PostgresData` is also used for sending data _to_ the server via parameterized values. To create `PostgresData` from a Swift type, use the available intializer methods.
210
+
`PostgresData` is also used for sending data _to_ the server via parameterized values. To create `PostgresData` from a Swift type, use the available intializer methods.
0 commit comments