File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 22
33A command-line tool for querying databases via [ ADBC] ( https://arrow.apache.org/adbc/current/index.html ) .
44
5+ ## Highlights
6+
7+ - ** Multi-database support** - Connect to any database with a compatible ADBC driver
8+ - ** Interactive SQL shell** - Execute SQL queries with command history and intuitive navigation
9+ - ** Syntax highlighting** - SQL queries highlighted for improved readability
10+ - ** Formatted output** - Results displayed in clean, aligned tables with dynamic column width
11+ - ** Fast and lightweight** - Built in Rust for high performance and minimal resource usage
12+
513## Installation
614
715Clone the repository and change the working directory:
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ icon: lucide/rocket
66
77A command-line tool for querying databases via [ ADBC] ( https://arrow.apache.org/adbc/current/index.html ) .
88
9+ ## Highlights
10+
11+ - ** Multi-database support** - Connect to any database with a compatible ADBC driver
12+ - ** Interactive SQL shell** - Execute SQL queries with command history and intuitive navigation
13+ - ** Syntax highlighting** - SQL queries highlighted for improved readability
14+ - ** Formatted output** - Results displayed in clean, aligned tables with dynamic column width
15+ - ** Fast and lightweight** - Built in Rust for high performance and minimal resource usage
16+
917## Getting Started
1018
1119Install the DuckDB ADBC driver with [ dbc] ( https://docs.columnar.tech/dbc/ ) :
You can’t perform that action at this time.
0 commit comments