We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f37af commit 19b0157Copy full SHA for 19b0157
2 files changed
README.md
@@ -38,6 +38,12 @@ Install with [Cargo](https://doc.rust-lang.org/cargo/):
38
cargo install databow
39
```
40
41
+Install with [Homebrew](https://brew.sh/):
42
+
43
+```sh
44
+brew install columnar-tech/tap/databow
45
+```
46
47
## Getting Started
48
49
Install the DuckDB ADBC driver with [dbc](https://docs.columnar.tech/dbc/):
docs/installation.md
@@ -43,6 +43,14 @@ Install from [crates.io](https://crates.io/crates/databow):
+## Homebrew
50
51
52
53
54
## Source
55
56
Install from source:
0 commit comments