Skip to content

Commit 22a79b5

Browse files
update README
1 parent 2bb53d8 commit 22a79b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ You can provide several command arguments when running console in the terminal.
3030

3131
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.
3232

33+
Console also offers command completion, accessible with a `tab` keypress.
34+
3335
### Database-level commands
3436

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

0 commit comments

Comments
 (0)