Skip to content

Commit 2dcbf0b

Browse files
committed
Adding more examples to contrib/config.yaml
1 parent a8713e1 commit 2dcbf0b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

contrib/config.yaml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# named connections
23
connections:
34
my_couchbase_conn: couchbase://Administrator:P4ssw0rd@localhost
@@ -24,10 +25,17 @@ connections:
2425
pass: vertica
2526
host: localhost
2627
sll:
27-
protocol: sqlite3
28+
file: /path/to/mydb.sqlite3
2829
mdc: modernsqlite:test.db
2930
dkd: test.duckdb
3031
zzz: ["driver", 'param1', param2]
32+
zz2:
33+
proto: mysql
34+
user: 'my username'
35+
pass: 'my password!'
36+
host: localhost
37+
opts:
38+
opt1: "😀"
3139
# startup script
3240
init: |
3341
\echo welcome to the jungle `date`

0 commit comments

Comments
 (0)