Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.3 KB

File metadata and controls

38 lines (27 loc) · 1.3 KB

Connecting Python to MySQL-compatible systems with ADBC

This directory contains examples showing how to use ADBC to connect Python applications to MySQL-compatible database systems.

Source systems covered

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:

Instructions

Each subdirectory contains its own README with specific instructions.