mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Deployed 514e5ba to dev with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user