Skip to content

Commit 9411e56

Browse files
committed
docs: add demo gif
1 parent 5e0080b commit 9411e56

4 files changed

Lines changed: 45 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ SPDX-License-Identifier: Apache-2.0
1313

1414
A command-line tool for querying databases via [ADBC](https://arrow.apache.org/adbc/current/index.html).
1515

16+
<img alt="databow demo" src="docs/assets/demo.gif" width="600" />
17+
1618
## Highlights
1719

1820
- **Multi-database support** - Connect to any database with a compatible ADBC driver

docs/assets/demo.gif

515 KB
Loading

docs/assets/demo.tape

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
Output docs/assets/demo.gif
2+
3+
Require databow
4+
5+
Set Shell "bash"
6+
Set FontSize 18
7+
Set Width 1200
8+
Set Height 600
9+
Set Theme "Catppuccin Mocha"
10+
11+
Type "databow --profile warehouse"
12+
Sleep 500ms
13+
Enter
14+
Sleep 1s
15+
16+
Type "SELECT * FROM penguins LIMIT 5;"
17+
Sleep 500ms
18+
Enter
19+
Sleep 2s
20+
21+
Type "SELECT species, island, COUNT(*)"
22+
Enter
23+
Type "FROM penguins"
24+
Enter
25+
Type "GROUP BY species, island"
26+
Enter
27+
Type "ORDER BY species, island;"
28+
Sleep 500ms
29+
Enter
30+
Sleep 2s
31+
32+
Type "SELECT species, AVG(body_mass_g) AS avg_body_mass"
33+
Enter
34+
Type "FROM penguins"
35+
Enter
36+
Type "GROUP BY species"
37+
Enter
38+
Type "ORDER BY avg_body_mass DESC;"
39+
Sleep 500ms
40+
Enter
41+
Sleep 4s

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ SPDX-License-Identifier: Apache-2.0
1111

1212
A command-line tool for querying databases via [ADBC](https://arrow.apache.org/adbc/current/index.html).
1313

14+
![databow demo](assets/demo.gif)
15+
1416
## Highlights
1517

1618
- **Multi-database support** - Connect to any database with a compatible ADBC driver

0 commit comments

Comments
 (0)