Skip to content

Commit

Permalink
Update go-tarantool in comparison table (#3058)
Browse files Browse the repository at this point in the history
The patch adds context, streams, SQL, push messages and master
discovery support for connection pool to go-tarantool. It also updates
GitHub starts for Go connectors.

Follows up tarantool/go-tarantool#48
Follows up tarantool/go-tarantool#62
Follows up tarantool/go-tarantool#67
Follows up tarantool/go-tarantool#101
Follows up tarantool/go-tarantool#113
  • Loading branch information
oleg-jukovec committed Aug 15, 2022
1 parent d62a88f commit 01a77a5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/book/connectors/__go.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following connectors are available:
Feature comparison
------------------

Last update: January 2022
Last update: August 2022

.. list-table::
:header-rows: 1
Expand Down Expand Up @@ -46,9 +46,9 @@ Last update: January 2022
- GitHub Actions

* - GitHub Stars
- 127
- 43
- 12
- 140
- 45
- 14

* - Static analysis
- golangci-lint, luacheck
Expand Down Expand Up @@ -96,12 +96,12 @@ Last update: January 2022
- Only if marshalled to structure

* - `SQL <https://www.tarantool.io/en/doc/latest/reference/reference_sql/>`_ support
- No (`#62 <https://github.com/tarantool/go-tarantool/issues/62>`_)
- Yes
- No (`#18 <https://github.com/viciious/go-tarantool/issues/18>`_, closed)
- No

* - `Interactive transactions <https://www.tarantool.io/en/doc/latest/book/box/stream/>`_
- No (`#101 <https://github.com/tarantool/go-tarantool/issues/101>`_)
- Yes
- No
- No

Expand Down Expand Up @@ -132,7 +132,7 @@ Last update: January 2022
- No

* - `box.session.push() responses <https://www.tarantool.io/ru/doc/latest/reference/reference_lua/box_session/push/>`_
- No (`#67 <https://github.com/tarantool/go-tarantool/issues/67>`_)
- Yes
- No (`#21 <https://github.com/viciious/go-tarantool/issues/21>`_)
- Yes

Expand All @@ -157,7 +157,7 @@ Last update: January 2022
- No

* - Connection pool
- Yes (round-robin failover, no balancing, master discovering planned in `#113 <https://github.com/tarantool/go-tarantool/issues/113>`_)
- Yes (round-robin failover, no balancing)
- No
- No

Expand All @@ -177,7 +177,7 @@ Last update: January 2022
- No

* - Language features
- No (`#48 <https://github.com/tarantool/go-tarantool/issues/48>`_)
- context
- context
- context

Expand Down

0 comments on commit 01a77a5

Please sign in to comment.