SQL queries in Yandex WebSQL
You can use Yandex WebSQL to run SQL queries on your Yandex StoreDoc cluster databases.
WebSQL is a Yandex Cloud service that allows you to connect to managed database clusters and work with their databases, tables, schemas, and queries. This service runs in the browser, requires no extra login, and simplifies work by providing hints for SQL commands.
To connect to a cluster from WebSQL, you must enable the WebSQL access option in the cluster settings. You can enable this option when creating or updating your cluster.
The Yandex StoreDoc cluster automatically creates a Connection Manager connection for each database user, enabling database access from WebSQL. You can also create a new connection if needed.
To connect to a database from WebSQL:
-
In the management console
, select the folder containing your cluster. -
Navigate to the Yandex StoreDoc service.
-
Click the cluster name and navigate to the WebSQL tab.
-
Select the required connection.
The connection will open in WebSQL. To open the query editor, select the required database.
For more details on working with WebSQL, see these guides.