Browse Source

SQLite

pull/152/head
Jure Šorn 1 year ago
parent
commit
55f1232a4f
3 changed files with 4 additions and 4 deletions
  1. 2
      README.md
  2. 2
      index.html
  3. 4
      parse.js

2
README.md

@ -1931,7 +1931,7 @@ with <conn>.begin(): ... # Exits the block with commit or
```text
+------------+--------------+-----------+-----------------------------------+
| Dialects | pip3 install | import | Dependencies |
| Dialect | pip3 install | import | Dependencies |
+------------+--------------+-----------+-----------------------------------+
| mysql | mysqlclient | MySQLdb | www.pypi.org/project/mysqlclient |
| postgresql | psycopg2 | psycopg2 | www.psycopg.org/docs/install.html |

2
index.html

@ -1607,7 +1607,7 @@ CompletedProcess(args=[<span class="hljs-string">'bc'</span>, <span class="hljs-
</code></pre></div>
<pre><code class="text language-text">┏━━━━━━━━━━━━┯━━━━━━━━━━━━━━┯━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Dialects │ pip3 install │ import │ Dependencies ┃
┃ Dialect │ pip3 install │ import │ Dependencies ┃
┠────────────┼──────────────┼───────────┼───────────────────────────────────┨
┃ mysql │ mysqlclient │ MySQLdb │ www.pypi.org/project/mysqlclient ┃
┃ postgresql │ psycopg2 │ psycopg2 │ www.psycopg.org/docs/install.html ┃

4
parse.js

@ -421,12 +421,12 @@ const DIAGRAM_9_B =
const DIAGRAM_95_A =
"+------------+--------------+-----------+-----------------------------------+\n" +
"| Dialects | pip3 install | import | Dependencies |\n" +
"| Dialect | pip3 install | import | Dependencies |\n" +
"+------------+--------------+-----------+-----------------------------------+\n";
const DIAGRAM_95_B =
"┏━━━━━━━━━━━━┯━━━━━━━━━━━━━━┯━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n" +
"┃ Dialects │ pip3 install │ import │ Dependencies ┃\n" +
"┃ Dialect │ pip3 install │ import │ Dependencies ┃\n" +
"┠────────────┼──────────────┼───────────┼───────────────────────────────────┨\n" +
"┃ mysql │ mysqlclient │ MySQLdb │ www.pypi.org/project/mysqlclient ┃\n" +
"┃ postgresql │ psycopg2 │ psycopg2 │ www.psycopg.org/docs/install.html ┃\n" +

Loading…
Cancel
Save