Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.06 KB

File metadata and controls

33 lines (23 loc) · 1.06 KB

Connecting Go and MySQL with ADBC

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

  • MariaDB
  • MySQL
  • OceanBase Database
  • TiDB
  • Vitess

Instructions

Each subdirectory contains its own README with specific instructions.