Skip to content

Commit 24b7120

Browse files
committed
docs: fix 'system' command demo
1 parent 04eefff commit 24b7120

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SELECT 1;
Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
1-
Type "CREATE TABLE users (id INTEGER, email TEXT);"
1+
Type ".system ls"
22
Enter
33
Sleep 2s
44

5-
Type "INSERT INTO users (id, email) VALUES (1, '[email protected]'), (2, '[email protected]');"
5+
Type ".system cat demo.sql"
66
Enter
77
Sleep 2s
88

9-
Type ".timer"
9+
Type ".read demo.sql"
1010
Enter
1111
Sleep 2s
12-
13-
Type ".timer off"
14-
Enter
15-
Sleep 2s
16-
17-
Type "SELECT id, email FROM users;"
18-
Enter
19-
Sleep 2s
20-
21-
Type ".timer on"
22-
Enter
23-
Sleep 2s
24-
25-
Type "SELECT id, email FROM users;"
-70 KB
Binary file not shown.

0 commit comments

Comments
 (0)