We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de04342 commit 2af15d2Copy full SHA for 2af15d2
docs/src/piccolo/getting_started/database_support.rst
@@ -3,8 +3,9 @@
3
Database Support
4
================
5
6
-Postgres is the primary database which Piccolo was designed for.
+`Postgres <https://www.postgresql.org/>`_ is the primary database which Piccolo
7
+was designed for.
8
-Limited SQLite support is available, mostly to enable tooling like the
9
-playground. Postgres is the only database we recommend for use in production
10
-with Piccolo.
+Limited `SQLite <https://www.sqlite.org/index.html>`_ support is available,
+mostly to enable tooling like the :ref:`playground <Playground>`. Postgres is the only database we
11
+recommend for use in production with Piccolo.
0 commit comments