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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,14 @@ see
11
11
https://github.com/bitbouncer/csi-build-scripts
12
12
13
13
14
+
Samples:
15
+
- insert
16
+
- query
17
+
- query w cursor
18
+
19
+
all samples uses hardcoded connect parameters "user=postgres password=postgres dbname=test" with an option to add host as first parameter on the commandline.
20
+
21
+
you also have to create the table beforehand.
22
+
23
+
"CREATE TABLE postgres_asio_sample ( id integer, val text )"
0 commit comments