Skip to content

Commit

Permalink
Update python connector comparison table
Browse files Browse the repository at this point in the history
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
  • Loading branch information
DifferentialOrange authored and patiencedaur committed May 16, 2022
1 parent 9e3c01c commit 4bc1a76
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/book/connectors/__python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ unmaintained.
Feature comparison
------------------

Last update: February 2022
Last update: May 2022

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

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

* - GitHub Stars
- 51
- 52
- 17
- 78
- 83

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

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

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

0 comments on commit 4bc1a76

Please sign in to comment.