Deployed f8d3373 to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2025-10-23 17:12:22 +00:00
parent 3c5605d34c
commit 5573df5dca
4 changed files with 50 additions and 50 deletions

View File

@@ -2062,9 +2062,9 @@ Freqtrade does not depend or install any additional database driver. Please refe
</div>
<h3 id="postgresql">PostgreSQL<a class="headerlink" href="#postgresql" title="Permanent link">&para;</a></h3>
<p>Installation:
<code>pip install psycopg2-binary</code></p>
<code>pip install "psycopg[binary]"</code></p>
<p>Usage:
<code>... --db-url postgresql+psycopg2://&lt;username&gt;:&lt;password&gt;@localhost:5432/&lt;database&gt;</code></p>
<code>... --db-url postgresql+psycopg://&lt;username&gt;:&lt;password&gt;@localhost:5432/&lt;database&gt;</code></p>
<p>Freqtrade will automatically create the tables necessary upon startup.</p>
<p>If you're running different instances of Freqtrade, you must either setup one database per Instance or use different users / schemas for your connections.</p>
<h3 id="mariadb-mysql">MariaDB / MySQL<a class="headerlink" href="#mariadb-mysql" title="Permanent link">&para;</a></h3>