Skip to content

Commit ad4b90d

Browse files
committed
fixing typo in docs - sqlite3, not sqlite
1 parent 8533868 commit ad4b90d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/piccolo/projects_and_apps/included_apps.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Launches an iPython shell, and automatically imports all of your registered
7373
sql_shell
7474
~~~~~~~~~
7575

76-
Launches a SQL shell (``psql`` or ``sqlite`` depending on the engine), using
76+
Launches a SQL shell (``psql`` or ``sqlite3`` depending on the engine), using
7777
the connection settings defined in ``piccolo_conf.py``. It's convenient if you
7878
need to run raw SQL queries on your database.
7979

@@ -82,7 +82,7 @@ need to run raw SQL queries on your database.
8282
piccolo sql_shell run
8383
8484
For it to work, the underlying command needs to be on the path (i.e. ``psql``
85-
or ``sqlite`` depending on which you're using).
85+
or ``sqlite3`` depending on which you're using).
8686

8787
-------------------------------------------------------------------------------
8888

0 commit comments

Comments
 (0)