Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.58 KB

File metadata and controls

44 lines (33 loc) · 1.58 KB

Connecting R to PostgreSQL-compatible systems with ADBC

This directory contains examples showing how to use ADBC to connect R 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:

Instructions

Each subdirectory contains its own README with specific instructions.