Skip to content

Commit 15bc8eb

Browse files
committed
Update README.md
1 parent f6596d6 commit 15bc8eb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,14 @@ see
1111
https://github.com/bitbouncer/csi-build-scripts
1212

1313

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 )"
24+

0 commit comments

Comments
 (0)