Skip to content

Commit 1348793

Browse files
authored
Fix CrateDB Cloud URI in records framework example (#956)
1 parent 125c6e1 commit 1348793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/records/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ from pprint import pprint
4040
import records
4141

4242
# Define database connection URL, suitable for CrateDB on localhost.
43-
# For CrateDB Cloud, use `crate://<username>:<password>@<host>`.
43+
# For CrateDB Cloud, use `crate://<username>:<password>@<host>:4200?ssl=true`.
4444
db = records.Database("crate://")
4545

4646
# Invoke query.

0 commit comments

Comments
 (0)