mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 18:43:04 +00:00
Deployed f8d3373 to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -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">¶</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://<username>:<password>@localhost:5432/<database></code></p>
|
||||
<code>... --db-url postgresql+psycopg://<username>:<password>@localhost:5432/<database></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">¶</a></h3>
|
||||
|
||||
Reference in New Issue
Block a user