• Start
Sign In

Connect

Via SurrealDB Studio

Select a namespace and database, then query an instance from the SurrealDB Studio query view.

Query an instance from SurrealDB Studio without setting up a client.

Studio is already connected to your instances, so signing in is the whole authentication step. Use it to explore data, write a query, and check the effect of a schema change.

Queries run against a specific database inside a specific namespace, so select both before you run anything.

  1. Open the instance and go to the query view.

  2. Select the Namespace control and choose a namespace. If the instance has none, the same control offers to create one.

  3. Select the Database control and choose a database, or create one.

The namespace and database selectors in the SurrealDB Studio query view, each showing a dropdown of the namespaces and databases available on the instance.

An instance created with the Empty starting-data option has neither, so this is the first thing to do after you deploy one.

With both selected, the editor runs SurrealQL against that database. Results appear beneath the query, and records created by a statement show up immediately in the explorer.

The SurrealDB Studio query view with a SurrealQL statement in the editor and its result set displayed in the panel below.

  • SurrealDB Studio: the rest of the interface, including the schema designer, the explorer, and keyboard shortcuts.

  • SurrealQL: the query language reference.

  • Connect via SDK: moving from exploration to application code.

Was this page helpful?