Skip to content

Commit beec759

Browse files
committed
docs: generate driver status from README badges
1 parent 317c9c9 commit beec759

File tree

20 files changed

+487
-69
lines changed

20 files changed

+487
-69
lines changed

c/driver/bigquery/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919

2020
# ADBC BigQuery Driver
2121

22+
![Vendor: Google BigQuery](https://img.shields.io/badge/vendor-sqlite-blue?style=flat-square)
23+
![Implementation: Go](https://img.shields.io/badge/language-Go-violet?style=flat-square)
24+
![Status: Experimental](https://img.shields.io/badge/status-experimental-red?style=flat-square)
25+
26+
[![conda-forge: adbc-driver-bigquery](https://img.shields.io/conda/vn/conda-forge/adbc-driver-bigquery?label=conda-forge%3A%20adbc-driver-bigquery&style=flat-square)](https://anaconda.org/conda-forge/adbc-driver-bigquery)
27+
[![conda-forge: libadbc-driver-bigquery](https://img.shields.io/conda/vn/conda-forge/libadbc-driver-bigquery?label=conda-forge%3A%20libadbc-driver-bigquery&style=flat-square)](https://anaconda.org/conda-forge/libadbc-driver-bigquery)
28+
[![PyPI: adbc-driver-bigquery](https://img.shields.io/pypi/v/adbc-driver-bigquery?style=flat-square)](https://pypi.org/project/adbc-driver-bigquery/)
29+
[![R: adbcbigquery](https://img.shields.io/github/r-package/v/apache/arrow-adbc?filename=r%2Fadbcbigquery%2FDESCRIPTION&style=flat-square)](https://github.com/apache/arrow-adbc/tree/main/r/adbcbigquery)
30+
2231
This driver provides an interface to
2332
[BigQuery](https://cloud.google.com/bigquery) using ADBC.
2433

c/driver/flightsql/README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!---
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
18+
-->
19+
20+
# ADBC Arrow Flight SQL Driver
21+
22+
![Vendor: Apache Arrow Flight SQL](https://img.shields.io/badge/vendor-Arrow%20Flight%20SQL-blue?style=flat-square)
23+
![Implementation: Go](https://img.shields.io/badge/language-Go-violet?style=flat-square)
24+
![Status: Stable](https://img.shields.io/badge/status-stable-green?style=flat-square)
25+
26+
[![conda-forge: adbc-driver-flightsql](https://img.shields.io/conda/vn/conda-forge/adbc-driver-flightsql?label=conda-forge%3A%20adbc-driver-flightsql&style=flat-square)](https://anaconda.org/conda-forge/adbc-driver-flightsql)
27+
[![conda-forge: libadbc-driver-flightsql](https://img.shields.io/conda/vn/conda-forge/libadbc-driver-flightsql?label=conda-forge%3A%20libadbc-driver-flightsql&style=flat-square)](https://anaconda.org/conda-forge/libadbc-driver-flightsql)
28+
[![PyPI: adbc-driver-flightsql](https://img.shields.io/pypi/v/adbc-driver-flightsql?style=flat-square)](https://pypi.org/project/adbc-driver-flightsql/)
29+
[![R: adbcflightsql](https://img.shields.io/github/r-package/v/apache/arrow-adbc?filename=r%2Fadbcflightsql%2FDESCRIPTION&style=flat-square)](https://github.com/apache/arrow-adbc/tree/main/r/adbcflightsql)
30+
31+
This driver provides an interface to databases supporting
32+
[Apache Arrow Flight SQL](https://arrow.apache.org/docs/format/FlightSql.html) using ADBC.
33+
34+
## Building
35+
36+
See [CONTRIBUTING.md](../../../CONTRIBUTING.md) for details.

c/driver/postgresql/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,17 @@
1919

2020
# ADBC PostgreSQL Driver
2121

22+
![Vendor: PostgreSQL](https://img.shields.io/badge/vendor-PostgreSQL-blue?style=flat-square)
23+
![Implementation: C/C++](https://img.shields.io/badge/implementation-C%2FC%2B%2B-violet?style=flat-square)
24+
![Status: Stable](https://img.shields.io/badge/status-stable-green?style=flat-square)
25+
26+
[![conda-forge: adbc-driver-postgresql](https://img.shields.io/conda/vn/conda-forge/adbc-driver-postgresql?label=conda-forge%3A%20adbc-driver-postgresql&style=flat-square)](https://anaconda.org/conda-forge/adbc-driver-postgresql)
27+
[![conda-forge: libadbc-driver-postgresql](https://img.shields.io/conda/vn/conda-forge/libadbc-driver-postgresql?label=conda-forge%3A%20libadbc-driver-postgresql&style=flat-square)](https://anaconda.org/conda-forge/libadbc-driver-postgresql)
28+
[![CRAN: adbcpostgresql](https://img.shields.io/cran/v/adbcpostgresql?style=flat-square)](https://cran.r-project.org/web/packages/adbcpostgresql/index.html)
29+
[![PyPI: adbc-driver-postgresql](https://img.shields.io/pypi/v/adbc-driver-postgresql?style=flat-square)](https://pypi.org/project/adbc-driver-postgresql/)
30+
2231
This implements an ADBC driver that wraps [libpq][libpq], the client
23-
library for PostgreSQL. This is still a work in progress.
32+
library for PostgreSQL.
2433

2534
This project owes credit to 0x0L's [pgeon][pgeon] for the overall
2635
approach.

c/driver/snowflake/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@
1919

2020
# ADBC Snowflake Driver
2121

22+
![Vendor: Snowflake](https://img.shields.io/badge/vendor-Snowflake-blue?style=flat-square)
23+
![Implementation: Go](https://img.shields.io/badge/implementation-Go-violet?style=flat-square)
24+
![Status: Stable](https://img.shields.io/badge/status-stable-green?style=flat-square)
25+
26+
[![conda-forge: adbc-driver-snowflake](https://img.shields.io/conda/vn/conda-forge/adbc-driver-snowflake?label=conda-forge%3A%20adbc-driver-snowflake&style=flat-square)](https://anaconda.org/conda-forge/adbc-driver-snowflake)
27+
[![conda-forge: libadbc-driver-snowflake](https://img.shields.io/conda/vn/conda-forge/libadbc-driver-snowflake?label=conda-forge%3A%20libadbc-driver-snowflake&style=flat-square)](https://anaconda.org/conda-forge/libadbc-driver-snowflake)
28+
[![crates.io: adbc_snowflake](https://img.shields.io/crates/v/adbc_snowflake?style=flat-square)](https://crates.io/crates/adbc_snowflake)
29+
[![NuGet: Apache.Arrow.Adbc.Drivers.Interop.Snowflake](https://img.shields.io/nuget/v/Apache.Arrow.Adbc.Drivers.Interop.Snowflake)](https://www.nuget.org/packages/Apache.Arrow.Adbc.Drivers.Interop.Snowflake)
30+
[![PyPI: adbc-driver-snowflake](https://img.shields.io/pypi/v/adbc-driver-snowflake?style=flat-square)](https://pypi.org/project/adbc-driver-snowflake/)
31+
[![R: adbcsnowflake](https://img.shields.io/github/r-package/v/apache/arrow-adbc?filename=r%2Fadbcsnowflake%2FDESCRIPTION&style=flat-square)](https://github.com/apache/arrow-adbc/tree/main/r/adbcsnowflake)
32+
2233
This driver provides an interface to
2334
[Snowflake](https://www.snowflake.com/) using ADBC.
2435

c/driver/sqlite/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919

2020
# ADBC SQLite Driver
2121

22+
![Vendor: SQLite](https://img.shields.io/badge/vendor-SQLite-blue?style=flat-square)
23+
![Implementation: C/C++](https://img.shields.io/badge/implementation-C%2FC%2B%2B-violet?style=flat-square)
24+
![Status: Stable](https://img.shields.io/badge/status-stable-green?style=flat-square)
25+
26+
[![conda-forge: adbc-driver-sqlite](https://img.shields.io/conda/vn/conda-forge/adbc-driver-sqlite?label=conda-forge%3A%20adbc-driver-sqlite&style=flat-square)](https://anaconda.org/conda-forge/adbc-driver-sqlite)
27+
[![conda-forge: libadbc-driver-sqlite](https://img.shields.io/conda/vn/conda-forge/libadbc-driver-sqlite?label=conda-forge%3A%20libadbc-driver-sqlite&style=flat-square)](https://anaconda.org/conda-forge/libadbc-driver-sqlite)
28+
[![CRAN: adbcsqlite](https://img.shields.io/cran/v/adbcsqlite?style=flat-square)](https://cran.r-project.org/web/packages/adbcsqlite/index.html)
29+
[![PyPI: adbc-driver-sqlite](https://img.shields.io/pypi/v/adbc-driver-sqlite?style=flat-square)](https://pypi.org/project/adbc-driver-sqlite/)
30+
2231
This driver provides an interface to
2332
[SQLite](https://sqlite.org/index.html) using ADBC.
2433

c/integration/duckdb/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!---
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
18+
-->
19+
20+
# ADBC DuckDB Integration Test
21+
22+
![Vendor: DuckDB](https://img.shields.io/badge/vendor-DuckDB-blue?style=flat-square)
23+
![Implementation: C/C++](https://img.shields.io/badge/implementation-C%2FC%2B%2B-violet?style=flat-square)
24+
![Status: Stable](https://img.shields.io/badge/status-stable-green?style=flat-square)
25+
26+
[![conda-forge: python-duckdb](https://img.shields.io/conda/vn/conda-forge/python-duckdb?label=conda-forge%3A%20python-duckdb&style=flat-square)](https://anaconda.org/conda-forge/python-duckdb)
27+
[![PyPI: duckdb](https://img.shields.io/pypi/v/duckdb?style=flat-square)](https://pypi.org/project/duckdb/)
28+
29+
This package provides an integration test between [DuckDB](https://duckdb.org/) and ADBC.

csharp/src/Drivers/Apache/Hive2/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
# Hive Driver
2121

22+
![Vendor: Apache Hive](https://img.shields.io/badge/vendor-Apache%20Hive-blue?style=flat-square)
23+
![Implementation: C#](https://img.shields.io/badge/language-C%23-violet?style=flat-square)
24+
![Status: Experimental](https://img.shields.io/badge/status-experimental-red?style=flat-square)
25+
2226
## Database and Connection Properties
2327

2428
Properties should be passed in the call to `HiveServer2Driver.Open`,

csharp/src/Drivers/Apache/Impala/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
# Impala Driver
2121

22+
![Vendor: Apache Impala](https://img.shields.io/badge/vendor-Apache%20Impala-blue?style=flat-square)
23+
![Implementation: C#](https://img.shields.io/badge/language-C%23-violet?style=flat-square)
24+
![Status: Experimental](https://img.shields.io/badge/status-experimental-red?style=flat-square)
25+
2226
## Database and Connection Properties
2327

2428
Properties should be passed in the call to `ImpalaDriver.Open`,

csharp/src/Drivers/Apache/Spark/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
# Spark Driver
2121

22+
![Vendor: Apache Spark](https://img.shields.io/badge/vendor-Apache%20Spark-blue?style=flat-square)
23+
![Implementation: C#](https://img.shields.io/badge/language-C%23-violet?style=flat-square)
24+
![Status: Experimental](https://img.shields.io/badge/status-experimental-red?style=flat-square)
25+
2226
## Database and Connection Properties
2327

2428
Properties should be passed in the call to `SparkDriver.Open`,

csharp/src/Drivers/BigQuery/readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
-->
1919

2020
# BigQuery
21+
22+
![Vendor: Google BigQuery](https://img.shields.io/badge/vendor-Google%20BigQuery-blue?style=flat-square)
23+
![Implementation: C#](https://img.shields.io/badge/language-C%23-violet?style=flat-square)
24+
![Status: Beta](https://img.shields.io/badge/status-beta-yellow?style=flat-square)
25+
26+
[![NuGet: Apache.Arrow.Adbc.Drivers.BigQuery](https://img.shields.io/nuget/v/Apache.Arrow.Adbc.Drivers.BigQuery)](https://www.nuget.org/packages/Apache.Arrow.Adbc.Drivers.BigQuery)
27+
2128
The BigQuery ADBC driver wraps a [BigQueryClient](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.BigQuery.V2/latest/Google.Cloud.BigQuery.V2.BigQueryClient) object for working with [Google BigQuery](https://cloud.google.com/bigquery/) data.
2229

2330
# Supported Features

0 commit comments

Comments
 (0)