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
Copy file name to clipboardExpand all lines: doc/how-to/getting_started_go.rst
+13-13
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Connecting from Go
5
5
6
6
**Examples on GitHub**: `sample_db <https://github.com/tarantool/doc/tree/latest/doc/code_snippets/snippets/connectors/instances.enabled/sample_db>`_, `go <https://github.com/tarantool/doc/tree/latest/doc/code_snippets/snippets/connectors/go>`_
7
7
8
-
The tutorial shows how to use the 2.x version of the `go-tarantool <https://github.com/tarantool/go-tarantool>`__ library to create a Go application that connects to a remote Tarantool instance, performs CRUD operations, and executes a stored procedure.
8
+
The tutorial shows how to use the `go-tarantool <https://github.com/tarantool/go-tarantool>`__ 2.x library to create a Go application that connects to a remote Tarantool instance, performs CRUD operations, and executes a stored procedure.
9
9
You can find the full package documentation here: `Client in Go for Tarantool <https://pkg.go.dev/github.com/tarantool/go-tarantool/v2>`__.
10
10
11
11
@@ -24,7 +24,7 @@ Sample database configuration
24
24
Starting a sample database application
25
25
--------------------------------------
26
26
27
-
Before creating and starting a client Go application, you need to run the :ref:`sample_db <getting_started_net_box_sample_db>` application using ``tt start``:
27
+
Before creating and starting a client Go application, you need to run the :ref:`sample_db <getting_started_net_box_sample_db>` application using :ref:`tt start<tt-start>`:
Copy file name to clipboardExpand all lines: doc/how-to/getting_started_net_box.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This section describes the :ref:`configuration <configuration_file>` of a sample
24
24
25
25
- The configuration contains one instance that listens for incoming requests on the ``127.0.0.1:3301`` address.
26
26
- ``sampleuser`` has :ref:`privileges <authentication-owners_privileges>` to select and modify data in the ``bands`` space and execute the ``get_bands_older_than`` stored function. This user can be used to connect to the instance remotely.
27
-
- ``myapp.lua`` defines how data is stored in a database and includes a stored function.
27
+
- ``myapp.lua`` defines the data model and a stored function.
0 commit comments