@@ -14,7 +14,7 @@ The following connectors are available:
1414Feature 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