Skip to content

Commit a899795

Browse files
committed
2 parents 0681908 + 3c14b0a commit a899795

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)