You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ ODBC support requires an ODBC driver manager and appropriate database drivers to
200
200
201
201
#### Connect to your database
202
202
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`
204
204
- Use it in the [DATABASE_URL configuration option](./configuration.md)
0 commit comments