Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Nov 24, 2022
1 parent 2bb53d8 commit 22a79b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ You can provide several command arguments when running console in the terminal.

TypeDB Console provides two levels of interaction: database-level commands and transaction-level commands. The database-level command is the first level of interaction, i.e. first-level REPL. From one of the database-level commands, you can open a transaction to the database. This will open a transaction-level interface, i.e. second-level REPL.

Console also offers command completion, accessible with a `tab` keypress.

### Database-level commands

- `database create <db>` : Create a database with name `<db>` on the server. For example:
Expand Down

0 comments on commit 22a79b5

Please sign in to comment.