Automated deployment: Wed Sep 15 12:51:51 UTC 2021 e86a2cfa0c

This commit is contained in:
frankie567
2021-09-15 12:51:51 +00:00
parent 54aea84515
commit fed6f287c2
4 changed files with 31 additions and 31 deletions

View File

@@ -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">&para;</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>