You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The database is the product that is expected to be as reliable as possible.
249
+
The database is a product that is expected to be as reliable as possible.
250
250
We at Tarantool have developed a dedicated test framework for developing
251
251
test scripts that test Tarantool itself. The framework is called ``test-run``.
252
252
@@ -285,20 +285,20 @@ application server in the required format.
285
285
Data access connectors have already been implemented for all major languages.
286
286
If you want to write your own connector, you first need to familiarize yourself with the Tarantool binary protocol. Its current description can be found :ref:`here <box_protocol-iproto_protocol>`.
287
287
288
-
We consider the following connectors as reference:
288
+
We consider the following connectors as references:
289
289
290
290
* https://github.com/tarantool-php/client
291
291
* `net.box <https://github.com/tarantool/tarantool/blob/master/src/box/lua/net_box.lua>`_ — binary protocol client in Tarantool
292
292
293
293
You can look at them to understand how to do it right.
294
294
295
295
The Tarantool ecosystem has connectors that are supported by the Tarantool team
296
-
itself, and there are those that are developed and supported exclusively by the
296
+
itself, and there are connectors that are developed and supported exclusively by the
297
297
community. All of them have their pros and cons. See a
298
298
`complete list of connectors and their recommended versions <https://www.tarantool.io/en/download/connectors>`_.
299
299
300
300
If you are using an existing connector from the community and want to implement
301
-
new features or fix a bug, then send your PRs via Github to the desired repository.
301
+
new features or fix a bug, then send your PRs via GitHub to the desired repository.
302
302
303
303
To contact the author of the connector in case of questions, look in the
304
304
MAINTAINERS file: there will be contacts of the repository maintainer.
@@ -325,6 +325,12 @@ Examples of tools from the Tarantool team:
325
325
These tools can be installed via standard package managers:
0 commit comments