Skip to content

Commit 4bc1a76

Browse files
DifferentialOrangepatiencedaur
authored andcommitted
Update python connector comparison table
Since the release of tarantool-python 0.8.0 [1] several things has changed. * Issue tarantool/tarantool-python#105 has been fixed [2]. * CI has been migrated to GitHub Actions [3]. * New connection pool (ConnectionPool) with master discovery was introduced [4]. * old connection pool (MeshConnection) with round-robin failover was deprecated [4]. These changes together with GitHub stars update are introduced with this patch. 1. https://github.com/tarantool/tarantool-python/releases/tag/0.8.0 2. tarantool/tarantool-python#211 3. tarantool/tarantool-python#213 4. tarantool/tarantool-python#207
1 parent 9e3c01c commit 4bc1a76

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/book/connectors/__python.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ unmaintained.
5454
Feature comparison
5555
------------------
5656

57-
Last update: February 2022
57+
Last update: May 2022
5858

5959
.. list-table::
6060
:header-rows: 1
@@ -78,7 +78,7 @@ Last update: February 2022
7878
* - Known Issues
7979
- `issue #18 <https://github.com/igorcoding/asynctnt/issues/18>`__ (no running event loop)
8080
- None
81-
- `issue #105 <https://github.com/tarantool/tarantool-python/issues/105>`__ (unpack of binary data)
81+
- None
8282

8383
* - Documentation
8484
- Yes (`github.io <https://igorcoding.github.io/asynctnt/>`__)
@@ -93,12 +93,12 @@ Last update: February 2022
9393
* - Testing / CI / CD
9494
- GitHub Actions
9595
- No (tests exist)
96-
- AppVeyor (only Windows)
96+
- GitHub Actions
9797

9898
* - GitHub Stars
99-
- 51
99+
- 52
100100
- 17
101-
- 78
101+
- 83
102102

103103
* - Static Analysis
104104
- Yes (Flake8)
@@ -156,7 +156,7 @@ Last update: February 2022
156156
* - `Varbinary support <https://www.tarantool.io/en/doc/latest/book/box/data_model/>`__
157157
- No
158158
- No
159-
- Yes (`issue #105 <https://github.com/tarantool/tarantool-python/issues/105>`__)
159+
- Yes
160160

161161
* - `UUID support <https://www.tarantool.io/en/doc/latest/book/box/data_model/>`__
162162
- No
@@ -216,7 +216,7 @@ Last update: February 2022
216216
* - Connection pool
217217
- No
218218
- No
219-
- Yes (round robin failover)
219+
- Yes (with master discovery)
220220

221221
* - Support of `PEP 249 -- Python Database API Specification v2.0 <https://www.python.org/dev/peps/pep-0249/>`__
222222
- No

0 commit comments

Comments
 (0)