Skip to content

Commit 67622e1

Browse files
committed
Add missing navigational READMEs
1 parent 0fc047c commit 67622e1

4 files changed

Lines changed: 157 additions & 0 deletions

File tree

javascript/duckdb/README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!--
2+
Copyright 2026 Columnar Technologies Inc.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
-->
16+
17+
<!--
18+
⚠️ DO NOT EDIT THIS FILE MANUALLY ⚠️
19+
This file is auto-generated by .github/scripts/generate_readmes.py
20+
To update, modify .github/data/databases.json or .github/data/languages.json
21+
-->
22+
23+
# Connecting JavaScript to DuckDB-compatible systems with ADBC
24+
25+
This directory contains examples showing how to use ADBC to connect JavaScript applications to DuckDB-compatible systems.
26+
27+
## Source systems covered
28+
29+
The examples included here cover the following systems:
30+
31+
- [DuckDB](./duckdb)
32+
- [MotherDuck](./motherduck)
33+
34+
## Instructions
35+
36+
Each subdirectory contains its own README with specific instructions.

javascript/flightsql/README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!--
2+
Copyright 2026 Columnar Technologies Inc.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
-->
16+
17+
<!--
18+
⚠️ DO NOT EDIT THIS FILE MANUALLY ⚠️
19+
This file is auto-generated by .github/scripts/generate_readmes.py
20+
To update, modify .github/data/databases.json or .github/data/languages.json
21+
-->
22+
23+
# Connecting JavaScript to Apache Arrow Flight SQL-compatible systems with ADBC
24+
25+
This directory contains examples showing how to use ADBC to connect JavaScript applications to systems that support [Arrow Flight SQL](https://arrow.apache.org/docs/format/FlightSql.html).
26+
27+
## Source systems covered
28+
29+
Any open source tool or vendor product that implements Arrow Flight SQL should work with the ADBC driver for Flight SQL. The examples included here focus on the following systems:
30+
31+
- [Apache Doris](./doris)
32+
- [Dremio](./dremio)
33+
- [GizmoSQL](./gizmosql)
34+
- [InfluxDB](./influxdb)
35+
- [StarRocks](./starrocks)
36+
37+
## Instructions
38+
39+
Each subdirectory contains its own README with specific instructions.

javascript/mysql/README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!--
2+
Copyright 2026 Columnar Technologies Inc.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
-->
16+
17+
<!--
18+
⚠️ DO NOT EDIT THIS FILE MANUALLY ⚠️
19+
This file is auto-generated by .github/scripts/generate_readmes.py
20+
To update, modify .github/data/databases.json or .github/data/languages.json
21+
-->
22+
23+
# Connecting JavaScript to MySQL-compatible systems with ADBC
24+
25+
This directory contains examples showing how to use ADBC to connect JavaScript applications to MySQL-compatible database systems.
26+
27+
## Source systems covered
28+
29+
Any open source tool or vendor product that implements the MySQL protocol should work with the ADBC driver for MySQL. The examples included here focus on the following systems:
30+
31+
- [MariaDB](./mariadb)
32+
- [MySQL](./mysql)
33+
- [TiDB](./tidb)
34+
- [Vitess](./vitess)
35+
36+
## Instructions
37+
38+
Each subdirectory contains its own README with specific instructions.

javascript/postgresql/README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!--
2+
Copyright 2026 Columnar Technologies Inc.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
-->
16+
17+
<!--
18+
⚠️ DO NOT EDIT THIS FILE MANUALLY ⚠️
19+
This file is auto-generated by .github/scripts/generate_readmes.py
20+
To update, modify .github/data/databases.json or .github/data/languages.json
21+
-->
22+
23+
# Connecting JavaScript to PostgreSQL-compatible systems with ADBC
24+
25+
This directory contains examples showing how to use ADBC to connect JavaScript applications to systems that support [PostgreSQL frontend/backend (wire) protocol](https://www.postgresql.org/docs/current/protocol.html).
26+
27+
## Source systems covered
28+
29+
Any open source tool or vendor product that implements PostgreSQL frontend/backend protocol should work with the ADBC driver for PostgreSQL. The examples included here focus on the following systems:
30+
31+
- [CedarDB](./cedardb)
32+
- [Citus](./citus)
33+
- [CockroachDB](./cockroachdb)
34+
- [CrateDB](./cratedb)
35+
- [Neon](./neon)
36+
- [ParadeDB](./paradedb)
37+
- [PostgreSQL](./postgresql)
38+
- [TimescaleDB](./timescaledb)
39+
- [Yellowbrick](./yellowbrick)
40+
- [YugabyteDB](./yugabytedb)
41+
42+
## Instructions
43+
44+
Each subdirectory contains its own README with specific instructions.

0 commit comments

Comments
 (0)