Skip to content

Commit fe346ec

Browse files
authored
Connection guide tech review (#50)
1 parent 50902f3 commit fe346ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/fundamentals/connections/connection-guide.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ To specify your connection URI, pass it to the ``parse()``
8383
method of ``ClientOptions``. To set any other
8484
options, set the relevant field of the ``ClientOptions`` struct.
8585

86+
If you do not specify any client options, create a client by passing your
87+
connection string to the ``Client::with_uri_str()`` method.
88+
8689
.. TODO To learn more about connection options, see the
8790
.. :ref:`Connection Options <rust-connection-options>` reference.
8891

0 commit comments

Comments
 (0)