Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
connectors: update comparison table
tarantool-python static analysis was introduced in [1], CRUD API was
introduced in [2].

1. tarantool/tarantool-python#289
2. tarantool/tarantool-python#264
  • Loading branch information
DifferentialOrange committed Sep 4, 2023
commit 56a2039c1890ad867554cd7c7c4500252ed6f1d0
12 changes: 6 additions & 6 deletions doc/book/connectors/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ unmaintained.
Feature comparison
------------------

Last update: November 2022
Last update: September 2023

.. list-table::
:header-rows: 1
Expand Down Expand Up @@ -85,12 +85,12 @@ Last update: November 2022
- GitHub Actions

* - GitHub Stars
- 68
- 85
- 73
- 92

* - Static Analysis
- Yes (Flake8)
- No
- Yes (Flake8, Pylint)

* - Packaging
- `pip <https://pypi.org/project/asynctnt/>`__
Expand All @@ -106,7 +106,7 @@ Last update: November 2022

* - Batching support
- No
- No (`issue #55 <https://github.com/tarantool/tarantool-python/issues/55>`__)
- Yes (with CRUD API)

* - Schema reload
- Yes (automatically, see `auto_refetch_schema <https://igorcoding.github.io/asynctnt/api.html>`__)
Expand Down Expand Up @@ -170,7 +170,7 @@ Last update: November 2022

* - `CRUD support <https://github.com/tarantool/crud>`__
- No
- No (`issue #205 <https://github.com/tarantool/tarantool-python/issues/205>`__)
- Yes

* - Transparent request retrying
- No
Expand Down