File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ SPDX-License-Identifier: Apache-2.0
1313
1414A 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ SPDX-License-Identifier: Apache-2.0
1111
1212A 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
You can’t perform that action at this time.
0 commit comments