|
| 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