doc: document SQL package extra

This commit is contained in:
Éloi Rivard 2024-08-16 09:46:01 +02:00
parent da6a3b2e68
commit 50b6a11d3b
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -28,9 +28,16 @@ Canaille provides different package options:
- `front` provides all the things needed to produce the user interface;
- `oidc` provides the dependencies to perform OAuth2/OIDC authentication;
- `ldap` provides the dependencies to enable the LDAP backend;
- `sql` provides the dependencies to enable the Postgresql or Mysql backends;
- `sentry` provides sentry integration to watch Canaille exceptions;
- `all` provides all the extras above.
They can be installed with:
.. code-block:: bash
pip install "canaille[front,oidc,sql]"
Configure
=========