An open API service indexing awesome lists of open source software.

https://github.com/dbcli/duckcli

CLI for DuckDB
https://github.com/dbcli/duckcli

Last synced: 2 months ago
JSON representation

CLI for DuckDB

Awesome Lists containing this project

README

          

# duckcli

A command-line client for DuckDB databases that has auto-completion and syntax highlighting.

![Completion](screenshots/duckcli.png)

## Installation

You can install it via pip:

```
$ pip install -U duckcli
```

## Usage

```
$ duckcli --help

Usage: duckcli [OPTIONS] [DATABASE]

Examples:
- duckcli duckdb_filename
```

A config file is automatically created at `~/.config/duckcli/config` at first launch. For Windows machines a config file is created at `~\AppData\Local\dbcli\duckcli\config` at first launch. See the file itself for a description of all available options.