Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex StoreDoc
  • Getting started
    • All guides
      • SQL queries in Yandex WebSQL
      • Managing databases
      • DB user management
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  1. Step-by-step guides
  2. Databases
  3. SQL queries in Yandex WebSQL

SQL queries in Yandex WebSQL

Written by
Yandex Cloud
Updated at November 26, 2025

You can send SQL queries to databases in a Yandex StoreDoc cluster using Yandex WebSQL.

WebSQL is a Yandex Cloud service that allows you to connect to managed database clusters, work with DBs, tables, and schemas, and run queries. It is a web-based tool that requires no additional authorization and simplifies working with SQL commands by suggesting prompts.

To connect from WebSQL to a Yandex StoreDoc cluster, create a connection:

  1. Navigate to the folder dashboard and select Yandex StoreDoc.
  2. Click the cluster name.
  3. Enable WebSQL access in the cluster settings if it is not enabled yet.
  4. Select the WebSQL tab.
  5. Click Create connection and specify the connection parameters:
    • Connection name.
    • Database type: MongoDB.
    • Cluster: Defaults to your current Yandex StoreDoc cluster.
    • Username you will use to connect to the database in the cluster.
    • User Password.
    • Databases you want to connect to. You can only connect to the databases that exist in this cluster. The user you specified must have access to them.
  6. Click Create.

To open the SQL editor, click the created connection on the WebSQL tab.

For more information about working with WebSQL, see its documentation.

Was the article helpful?

Previous
Examples for connection to a sharded cluster
Next
Managing databases
© 2025 Direct Cursus Technology L.L.C.