Skip to content

Commit

Permalink
doc: update CLI tool documentation for starting surreal sql interacti…
Browse files Browse the repository at this point in the history
…ve shell (#1056)
  • Loading branch information
kumarlokesh authored Dec 9, 2024
1 parent 88a270a commit b5dae27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/doc-surrealdb/cli/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Unless you specify otherwise, the CLI will start a database in memory that serve
In another window, you can then open up an interactive shell to make queries using the `surreal sql` command.

```bash
surreal sql --endpoint http://localhost:8000 --namespace ns --database db --pretty
surreal sql --endpoint http://localhost:8000 --namespace ns --database db --username root --password root --pretty
```

> [!WARNING]
Expand Down

0 comments on commit b5dae27

Please sign in to comment.