Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version: 2

project_name: dbc
metadata:
description: "A CLI utility for managing ADBC drivers"
description: "The command line tool for installing and managing ADBC drivers"
license: Apache-2.0
homepage: "https://columnar.tech/dbc"
maintainers:
Expand Down Expand Up @@ -211,7 +211,7 @@ nfpms:
license: Apache-2.0

description: >-
A CLI utility for managing ADBC drivers
The command line tool for installing and managing ADBC drivers

formats:
- deb
Expand All @@ -232,8 +232,8 @@ nfpms:
snapcrafts:
- id: snaps
name: dbc
summary: CLI for managing ADBC drivers
description: A command-line interface for interacting with ADBC drivers.
summary: The command line tool for installing and managing ADBC drivers
description: The command line tool for installing and managing ADBC drivers
icon: ./resources/dbc.png
hooks:
install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.

## Overview

**dbc is a command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers.**
**dbc is the command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers.**

dbc can:

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

# dbc

dbc is a command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers. Get up and running with ADBC in just three steps:
dbc is the command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers. Get up and running with ADBC in just three steps:

<br/>1. Install dbc (see [Installation](./getting_started/installation.md) for more options):

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

site_name: dbc
site_author: columnar-tech
site_description: dbc is a command line tool for installing and managing ADBC drivers
site_description: dbc is the command line tool for installing and managing ADBC drivers
site_url: https://docs.columnar.tech/dbc
repo_url: https://github.com/columnar-tech/dbc
repo_name: dbc
Expand Down
2 changes: 1 addition & 1 deletion resources/README.dockerhub.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
-->

[dbc](https://columnar.tech/dbc) is a command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers.
[dbc](https://columnar.tech/dbc) is the command-line tool for installing and managing [ADBC](https://arrow.apache.org/adbc) drivers.
This is the official set of Docker images for dbc.

Note: These images are intended to be an easy way to run dbc and aren't designed for running typical analytical workloads inside the container. We recommend building your own images for more complicated use cases.
Expand Down
Loading