File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 3
3
C
4
4
=
5
5
6
+ `tarantool-c <https://github.com/tarantool/tarantool-c >`__ is the official C connector for Tarantool.
7
+ You can find the full library documentation here: `Documentation for tarantool-c <https://tarantool.github.io/tarantool-c/ >`__.
8
+
6
9
Here follow two examples of using Tarantool's high-level C API.
7
10
8
11
Example 1
@@ -72,7 +75,7 @@ If Tarantool is not running on localhost with listen address = 3301, the program
72
75
will print “Connection refused”.
73
76
If the insert fails, the program will print "Insert failed" and an error number
74
77
(see all error codes in the source file
75
- `/src/box/errcode.h <https://github.com/tarantool/tarantool/blob/2.1 /src/box/errcode.h >`__).
78
+ `/src/box/errcode.h <https://github.com/tarantool/tarantool/blob/master /src/box/errcode.h >`__).
76
79
77
80
Here are notes corresponding to comments in the example program.
78
81
Original file line number Diff line number Diff line change 3
3
Go
4
4
==
5
5
6
- The following connectors are available:
6
+ `go-tarantool <https://github.com/tarantool/go-tarantool >`__ is the official Go connector for Tarantool.
7
+ It is not supplied as part of the Tarantool repository and should be installed separately.
8
+ For a quick start with ``go-tarantool ``, refer to this guide: :ref: `getting_started-go `.
7
9
8
- * Tarantool-supported ` go-tarantool < https://github.com/tarantool/go-tarantool >`__
10
+ There are also the following community-driven Go connectors:
9
11
10
- * Community-supported `viciious/go-tarantool <https://github.com/viciious/go-tarantool >`_
12
+ * `viciious/go-tarantool <https://github.com/viciious/go-tarantool >`_
11
13
12
- * Community-supported `FZambia/tarantool <https://github.com/FZambia/tarantool >`_.
14
+ * `FZambia/tarantool <https://github.com/FZambia/tarantool >`_
15
+
16
+ The table below contains a feature comparison for the connectors mentioned above.
13
17
14
18
.. _go-feature-comparison :
15
19
You can’t perform that action at this time.
0 commit comments