Skip to content

Commit 13cfecb

Browse files
authored
Add information about connector support levels (#3021)
* Add information about connector support levels Resolves #3018
1 parent 5d87de1 commit 13cfecb

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

doc/book/connectors.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@
44
Connectors
55
-------------------------------------------------------------------------------
66

7-
This chapter documents APIs for various programming languages:
7+
Connectors are APIs that allow using Tarantool with various programming languages.
8+
9+
Connectors can be divided into two groups -- those maintained by the Tarantool team
10+
and those supported by the community.
11+
The Tarantool team maintains the :ref:`high-level C API <index_connector_c>`, the :ref:`Go <index_connector_go>`
12+
and :ref:`Java <index_connector_java>` connectors, and a synchronous :ref:`Python <index_connector_py>` connector.
13+
All other connectors are community-supported, which means that support for new Tarantool features may be delayed.
14+
Besides, the Tarantool support team cannot prioritize issues that arise while working through these connectors.
15+
16+
This chapter documents the following connectors:
817

918
* :doc:`C++ <connectors/cxx/tntcxx_api>`
1019
* :ref:`Java <index_connector_java>`

locale/ru/LC_MESSAGES/book/connectors.po

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,27 @@
22
msgid "Connectors"
33
msgstr "Коннекторы"
44

5-
msgid "This chapter documents APIs for various programming languages:"
6-
msgstr "В этой главе описаны API для различных языков программирования:"
5+
msgid ""
6+
"Connectors are APIs that allow using Tarantool with various programming languages."
7+
msgstr "Коннекторы --- это API, позволяющие использовать Tarantool с различными языками программирования."
8+
9+
msgid ""
10+
"Connectors can be divided into two groups -- those maintained by the Tarantool team "
11+
"and those supported by the community. "
12+
"The Tarantool team maintains the :ref:`high-level C API <index_connector_c>`, the :ref:`Go <index_connector_go>` "
13+
"and :ref:`Java <index_connector_java>` connectors, and a synchronous :ref:`Python <index_connector_py>` connector. "
14+
"All other connectors are community-supported, which means that support for new Tarantool features may be delayed. "
15+
"Besides, the Tarantool support team cannot prioritize issues that arise while working through these connectors."
16+
msgstr ""
17+
"Команда Tarantool разрабатывает и поддерживает высокоуровневое :ref:`API для языка C <index_connector_c>`, "
18+
"коннекторы для :ref:`Go <index_connector_go>` и :ref:`Java <index_connector_java>`, "
19+
"а также синхронный коннектор для :ref:`Python <index_connector_py>`. "
20+
"Все остальные коннекторы разрабатываются сообществом и не всегда поддерживают функциональные возможности "
21+
"новых версий Tarantool. Кроме того, команда технической поддержки Tarantool не может уделять "
22+
"первоочередное внимание проблемам, возникающим при работе с такими коннекторами."
23+
24+
msgid "This chapter documents the following connectors:"
25+
msgstr "В главе описаны следующие коннекторы:"
726

827
msgid ":doc:`C++ <connectors/cxx/tntcxx_api>`"
928
msgstr ":doc:`C++ <connectors/cxx/tntcxx_api>`"

0 commit comments

Comments
 (0)