@@ -14,7 +14,7 @@ The following connectors are available:
14
14
Feature comparison
15
15
------------------
16
16
17
- Last update: January 2022
17
+ Last update: August 2022
18
18
19
19
.. list-table ::
20
20
:header-rows: 1
@@ -46,9 +46,9 @@ Last update: January 2022
46
46
- GitHub Actions
47
47
48
48
* - GitHub Stars
49
- - 127
50
- - 43
51
- - 12
49
+ - 140
50
+ - 45
51
+ - 14
52
52
53
53
* - Static analysis
54
54
- golangci-lint, luacheck
@@ -96,12 +96,12 @@ Last update: January 2022
96
96
- Only if marshalled to structure
97
97
98
98
* - `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
100
100
- No (`#18 <https://github.com/viciious/go-tarantool/issues/18 >`_, closed)
101
101
- No
102
102
103
103
* - `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
105
105
- No
106
106
- No
107
107
@@ -132,7 +132,7 @@ Last update: January 2022
132
132
- No
133
133
134
134
* - `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
136
136
- No (`#21 <https://github.com/viciious/go-tarantool/issues/21 >`_)
137
137
- Yes
138
138
@@ -157,7 +157,7 @@ Last update: January 2022
157
157
- No
158
158
159
159
* - 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)
161
161
- No
162
162
- No
163
163
@@ -177,7 +177,7 @@ Last update: January 2022
177
177
- No
178
178
179
179
* - Language features
180
- - No (` #48 < https://github.com/tarantool/go-tarantool/issues/48 >`_)
180
+ - context
181
181
- context
182
182
- context
183
183
0 commit comments