You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ You can provide several command arguments when running console in the terminal.
30
30
31
31
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.
32
32
33
+
Console also offers command completion, accessible with a `tab` keypress.
34
+
33
35
### Database-level commands
34
36
35
37
-`database create <db>` : Create a database with name `<db>` on the server. For example:
0 commit comments