We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5beb04 commit 09a5ee1Copy full SHA for 09a5ee1
demo-usage.tape
@@ -0,0 +1,43 @@
1
+Output demo-usage.gif
2
+Set FontSize 16
3
+Set Width 1200
4
+Set Height 600
5
+
6
+Type "fsql"
7
+Enter
8
+Sleep 3s
9
10
+Type ".help"
11
12
13
14
+Type ".tables"
15
16
+Sleep 4s
17
18
+Type ".describe Users"
19
20
21
22
+Type "select i"
23
+Tab
24
25
+Sleep 2s
26
27
+Type "s"
28
29
30
31
32
+Type " from U"
33
+Sleep 1s
34
35
36
37
+Type ";"
38
39
40
41
+Type ".exit"
42
43
0 commit comments