mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Automated deployment: Wed Sep 15 12:51:51 UTC 2021 e86a2cfa0c
This commit is contained in:
@@ -887,7 +887,7 @@
|
||||
</code></pre></div>
|
||||
<div class="highlight"><pre><span></span><code>pip install aiosqlite
|
||||
</code></pre></div>
|
||||
<p>For the sake of this tutorial from now on, we'll use a simple SQLite databse.</p>
|
||||
<p>For the sake of this tutorial from now on, we'll use a simple SQLite database.</p>
|
||||
<h2 id="setup-user-table">Setup User table<a class="headerlink" href="#setup-user-table" title="Permanent link">¶</a></h2>
|
||||
<p>Let's declare our User ORM model.</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="kn">import</span> <span class="nn">databases</span>
|
||||
|
||||
Reference in New Issue
Block a user