File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Run queries against Exasol
55
55
Positron
56
56
--------
57
57
58
- You can either connect to exasol with pyexasol as described in :doc: `getting_started ` or use JupySQL as described in :ref: `jupyterlab `.
58
+ You can either connect to Exasol with pyexasol as described in :doc: `getting_started ` or using JupySQL as described in :ref: `jupyterlab `.
59
59
60
60
pyCharm
61
61
-------
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Connect to Exasol database using SQLAlchemy
16
16
.. code-block :: python
17
17
18
18
from sqlalchemy import create_engine
19
- url = " exa+websocket://A_USER:[email protected] :1234/my_schema ?CONNECTIONLCALL=en_US.UTF-8"
19
+ url = " exa+websocket://<user>:<password>@<host>:<port>/<schema> ?CONNECTIONLCALL=en_US.UTF-8"
20
20
e = create_engine(url)
21
21
r = e.execute(" select 42 from dual" ).fetchall()
22
22
You can’t perform that action at this time.
0 commit comments