Skip to content

Commit 5ac96de

Browse files
committed
readme: mention asynctnt
Also added the link to a comparison table of drivers.
1 parent 0f95f28 commit 5ac96de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ NOTE
8585

8686
This driver is synchronous, so connection mustn't be shared between threads/processes.
8787

88+
Look at `asynctnt`_ for asynchronous Python driver based on asyncio. See
89+
also the `feature comparison table`_.
90+
8891
Run tests
8992
^^^^^^^^^
9093

@@ -112,3 +115,5 @@ On Windows:
112115
.. _`Tarantool User Guide`: https://www.tarantool.io/en/doc/latest/
113116
.. _`Client-server protocol specification`: https://www.tarantool.io/en/doc/latest/dev_guide/internals/box_protocol/
114117
.. _`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

Comments
 (0)