• Start

SurrealDB Cloud

/

Connecting

Connecting to Cloud

In this section you will explore the connection options for SurrealDB Cloud instances. You can connect to your Instance using the SurrealDB Cloud CLI or any of the supported SDKs.

You can connect to your SurrealDB Cloud instances in three main ways. In this section you will explore the following connection options:

  • querying in Surrealist : Surrealist is a query builder and IDE for SurrealDB. It allows you to connect to your SurrealDB Cloud Instance and run queries in a graphical interface.

  • connect via CLI : using the command-line interface for SurrealDB, you can connect to your SurrealDB Cloud Instance and run queries in a command-line interface.

  • connect via SDK : SurrealDB Cloud supports a variety of SDKs for connecting to your Instance. You can use the SDKs to connect to your Instance and run queries in your preferred programming language.

  • connect via HTTP : SurrealDB Cloud supports a REST API for connecting to your Instance. You can use the API to connect to your Instance and run queries using CURL or any HTTP client.

To connect to an Instance, you must have the following:

Explore the connection options for SurrealDB Cloud instances in detail.

Was this page helpful?