We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f95f28 commit 5ac96deCopy full SHA for 5ac96de
1 file changed
README.rst
@@ -85,6 +85,9 @@ NOTE
85
86
This driver is synchronous, so connection mustn't be shared between threads/processes.
87
88
+Look at `asynctnt`_ for asynchronous Python driver based on asyncio. See
89
+also the `feature comparison table`_.
90
+
91
Run tests
92
^^^^^^^^^
93
@@ -112,3 +115,5 @@ On Windows:
112
115
.. _`Tarantool User Guide`: https://www.tarantool.io/en/doc/latest/
113
116
.. _`Client-server protocol specification`: https://www.tarantool.io/en/doc/latest/dev_guide/internals/box_protocol/
114
117
.. _`BSD licensed`: http://www.gnu.org/licenses/license-list.html#ModifiedBSD
118
+.. _`asynctnt`: https://github.com/igorcoding/asynctnt
119
+.. _`feature comparison table`: https://www.tarantool.io/en/doc/latest/book/connectors/#python-feature-comparison
0 commit comments