Skip to content
| Marketplace
Sign in
Visual Studio Code>Notebooks>surreal-notebookNew to Visual Studio Code? Get it now.
surreal-notebook

surreal-notebook

mathe42

|
1,542 installs
| (1) | Free
Notebooks for SurrealQL
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Surreal-Notebook

Example notebook

This extiension add notebooks for SurrealQL!

All querys are preceded with

USE NS default DB default

so you are allways running your statements in a DB.

Create a notebook

Just create a file with the extension .srqlnb and it should start working!

Configuration

In default configuration you use the included wasm build as the db. You can change that by setting surreal.notebook.use-wasm to false. Then it uses the "normal" surreal build.

Note that you have to install it and set PATH env-var or set in surreal.notebook. exec a path to the executable.

In default configuration for each notebook a new instance is created you can change that by setting surreal.notebook.shared to true that it will use 1 instance for the complete workspace.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft