Skip to content

Commit 022f925

Browse files
committed
add example odbc conn string to readme
1 parent eadd2af commit 022f925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ ODBC support requires an ODBC driver manager and appropriate database drivers to
200200

201201
#### Connect to your database
202202

203-
- Find your connection string. You can use https://www.connectionstrings.com/
203+
- Find your [connection string](https://www.connectionstrings.com/). It will look like this: `Driver={SnowflakeDSIIDriver};Server=xyz.snowflakecomputing.com;Database=MY_DB;Schema=PUBLIC;UID=my_user;PWD=my_password`
204204
- Use it in the [DATABASE_URL configuration option](./configuration.md)
205205

206206

0 commit comments

Comments
 (0)