Skip to content
Merged
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
21 changes: 14 additions & 7 deletions docs/guides/finding_drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ $ dbc search --verbose
├── 1.4.0
├── 1.4.1
├── 1.5.0
╰── 1.6.0
├── 1.6.0
╰── 1.6.1
• mysql
Title: ADBC Driver Foundry Driver for MySQL
Description: An ADBC Driver for MySQL developed by the ADBC Driver Foundry
Expand All @@ -186,7 +187,8 @@ $ dbc search --verbose
├── 0.3.0
├── 0.3.1
├── 0.4.0
╰── 0.5.0
├── 0.5.0
╰── 0.6.0
• postgresql
Title: ASF PostgreSQL Driver
Description: An ADBC driver for PostgreSQL developed under the Apache Software Foundation
Expand All @@ -207,7 +209,8 @@ $ dbc search --verbose
├── 1.2.1
├── 1.3.0
├── 1.4.0
╰── 1.5.0
├── 1.5.0
╰── 1.6.0
• snowflake
Title: ASF Snowflake Driver
Description: An ADBC driver for Snowflake developed under the Apache Software Foundation
Expand All @@ -219,13 +222,15 @@ $ dbc search --verbose
├── 1.10.1
├── 1.10.3
├── 1.11.0
╰── 1.12.0
├── 1.12.0
╰── 1.13.0
• spark
Title: ADBC Driver Foundry Driver for Apache Spark
Description: An ADBC driver for Apache Spark developed by the ADBC Driver Foundry
License: Apache-2.0
Available Versions:
╰── 0.1.0
├── 0.1.0
╰── 0.2.0
• sqlite
Title: ASF SQLite Driver
Description: An ADBC driver for SQLite developed under the Apache Software Foundation
Expand All @@ -248,7 +253,8 @@ $ dbc search --verbose
├── 0.3.1
├── 0.4.0
├── 0.5.0
╰── 0.5.1
├── 0.5.1
╰── 0.5.2
• oracle [private]
Title: Columnar ADBC Driver for Oracle Database
Description: An ADBC driver for Oracle Database developed by Columnar
Expand Down Expand Up @@ -304,7 +310,8 @@ $ dbc search --pre --verbose mysql
├── 0.3.0
├── 0.3.1
├── 0.4.0
╰── 0.5.0
├── 0.5.0
╰── 0.6.0
```
<!-- /dbc-output -->

Expand Down
Loading