Skip to content

Commit

Permalink
docs: Fix the link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tibordp committed Oct 25, 2021
1 parent 6e96f5e commit 869c18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Pyncette comes with an implementation for the following backends (used for persi
- SQLite (included)
- Redis (``pip install pyncette[redis]``)
- PostgreSQL (``pip install pyncette[postgres]``)
- MySQL 8.0+ (``pip install pyncette[mysql]`` - [does not work on Python 3.10](https://github.com/aio-libs/aiomysql/issues/624))
- MySQL 8.0+ (``pip install pyncette[mysql]`` - `does not work on Python 3.10 <https://github.com/aio-libs/aiomysql/issues/624>`_)
- Amazon DynamoDB (``pip install pyncette[dynamodb]``)

Pyncette imposes few requirements on the underlying datastores, so it can be extended to support other databases or
Expand Down

0 comments on commit 869c18a

Please sign in to comment.