Deployed 514e5ba to dev with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
fastapi-users-ci
2024-11-07 14:54:19 +00:00
parent 29db962d0e
commit 808b88034c
39 changed files with 40 additions and 40 deletions

View File

@@ -18,7 +18,7 @@
<link rel="icon" href="../../../favicon.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.43">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.44">
@@ -1598,8 +1598,8 @@
</ul>
<p>Examples of <code>DB_URL</code>s are:</p>
<ul>
<li>PostgreSQL: <code>engine = create_engine('postgresql+asyncpg://user:password@host:port/name')</code></li>
<li>SQLite: <code>engine = create_engine('sqlite+aiosqlite:///name.db')</code></li>
<li>PostgreSQL: <code>postgresql+asyncpg://user:password@host:port/name</code></li>
<li>SQLite: <code>sqlite+aiosqlite:///name.db</code></li>
</ul>
<p>For the sake of this tutorial from now on, we'll use a simple SQLite database.</p>
<div class="admonition warning">