Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.2 KB

File metadata and controls

35 lines (25 loc) · 1.2 KB

Connecting C++ and PostgreSQL with ADBC

This directory contains examples showing how to use ADBC to connect C++ applications to systems that support PostgreSQL frontend/backend (wire) protocol.

Source systems covered

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:

  • Citus
  • CrateDB
  • Neon
  • ParadeDB
  • PostgreSQL
  • Yellowbrick
  • YugabyteDB

Instructions

Each subdirectory contains its own README with specific instructions.