From 4bc1a7698cf5edb37a8d59c9ce1c94adc832dbc6 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Wed, 11 May 2022 15:00:47 +0300 Subject: [PATCH] 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. https://github.com/tarantool/tarantool-python/pull/211 3. https://github.com/tarantool/tarantool-python/pull/213 4. https://github.com/tarantool/tarantool-python/pull/207 --- doc/book/connectors/__python.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/book/connectors/__python.rst b/doc/book/connectors/__python.rst index 356be91ca8..78848c704b 100644 --- a/doc/book/connectors/__python.rst +++ b/doc/book/connectors/__python.rst @@ -54,7 +54,7 @@ unmaintained. Feature comparison ------------------ -Last update: February 2022 +Last update: May 2022 .. list-table:: :header-rows: 1 @@ -78,7 +78,7 @@ Last update: February 2022 * - Known Issues - `issue #18 `__ (no running event loop) - None - - `issue #105 `__ (unpack of binary data) + - None * - Documentation - Yes (`github.io `__) @@ -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) @@ -156,7 +156,7 @@ Last update: February 2022 * - `Varbinary support `__ - No - No - - Yes (`issue #105 `__) + - Yes * - `UUID support `__ - No @@ -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 `__ - No