mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-15 23:42:40 +00:00
CONPY-170:
Added documentation for configuration file handling in Connector/C documentation and added a link to this section:
This commit is contained in:
@ -69,6 +69,8 @@ The mariadb module supports the standard defined by DB API 2.0 (PEP-249).
|
||||
|
||||
connection= mariadb.connect(user="myuser", host="localhost", database="test", password="secret")
|
||||
|
||||
.. note:: For a description of configuration file handling and settings please read the chapter `Configuration files <https://github.com/mariadb-corporation/mariadb-connector-c/wiki/config_files#configuration-options>`_ of the MariaDB Connector/C documentation.
|
||||
|
||||
|
||||
.. function::
|
||||
ConnectionPool(**kwargs)
|
||||
|
@ -122,6 +122,10 @@ be used</p>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p>For a description of configuration file handling and settings please read the chapter <a class="reference external" href="https://github.com/mariadb-corporation/mariadb-connector-c/wiki/config_files#configuration-options">Configuration files</a> of the MariaDB Connector/C documentation.</p>
|
||||
</div>
|
||||
<dl class="py function">
|
||||
<dt class="sig sig-object py" id="mariadb.ConnectionPool">
|
||||
<span class="sig-prename descclassname"><span class="pre">mariadb.</span></span><span class="sig-name descname"><span class="pre">ConnectionPool</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#mariadb.ConnectionPool" title="Permalink to this definition">¶</a></dt>
|
||||
|
BIN
docs/objects.inv
BIN
docs/objects.inv
Binary file not shown.
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user