Skip to content

Update go-tarantool in comparison table #3058

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2022
Merged
Changes from all commits
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
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