Skip to content

Commit 128c663

Browse files
committed
docs: add highlights section
1 parent d0ee43e commit 128c663

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
A 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

715
Clone the repository and change the working directory:

docs/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ icon: lucide/rocket
66

77
A 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

1119
Install the DuckDB ADBC driver with [dbc](https://docs.columnar.tech/dbc/):

0 commit comments

Comments
 (0)