Skip to content

Commit 83ba625

Browse files
authored
Update go-tarantool in comparison table
Resolves #3094 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
1 parent fb6056a commit 83ba625

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/book/connectors/__go.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following connectors are available:
1414
Feature comparison
1515
------------------
1616

17-
Last update: January 2022
17+
Last update: August 2022
1818

1919
.. list-table::
2020
:header-rows: 1
@@ -46,9 +46,9 @@ Last update: January 2022
4646
- GitHub Actions
4747

4848
* - GitHub Stars
49-
- 127
50-
- 43
51-
- 12
49+
- 140
50+
- 45
51+
- 14
5252

5353
* - Static analysis
5454
- golangci-lint, luacheck
@@ -96,12 +96,12 @@ Last update: January 2022
9696
- Only if marshalled to structure
9797

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

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

@@ -132,7 +132,7 @@ Last update: January 2022
132132
- No
133133

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

@@ -157,7 +157,7 @@ Last update: January 2022
157157
- No
158158

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

@@ -177,7 +177,7 @@ Last update: January 2022
177177
- No
178178

179179
* - Language features
180-
- No (`#48 <https://github.com/tarantool/go-tarantool/issues/48>`_)
180+
- context
181181
- context
182182
- context
183183

0 commit comments

Comments
 (0)