https://github.com/adbc-drivers/mysql
ADBC driver for MySQL. Not affiliated with MySQL or Oracle.
https://github.com/adbc-drivers/mysql
arrow database mysql sql
Last synced: 23 days ago
JSON representation
ADBC driver for MySQL. Not affiliated with MySQL or Oracle.
- Host: GitHub
- URL: https://github.com/adbc-drivers/mysql
- Owner: adbc-drivers
- License: apache-2.0
- Created: 2025-08-05T23:59:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-10T07:14:47.000Z (23 days ago)
- Last Synced: 2026-03-10T14:53:08.526Z (23 days ago)
- Topics: arrow, database, mysql, sql
- Language: C
- Homepage: https://docs.adbc-drivers.org/drivers/mysql
- Size: 371 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
- Notice: NOTICE.txt
Awesome Lists containing this project
README
# ADBC Driver for MySQL
Not affiliated with MySQL or Oracle.
An [ADBC driver](https://arrow.apache.org/adbc/) for MySQL.
## Installation
Pre-packaged builds of the drivers in this repo have been made available for
various platforms from the [Columnar](https://columnar.tech) CDN. These can be
installed by any tool that supports [ADBC](https://arrow.apache.org/adbc/)
Driver Manifests, such as [dbc](https://columnar.tech/dbc):
```sh
dbc install mysql
```
See [Building](#building) if you would rather build the drivers yourself.
## Usage
See examples for:
- [Go](https://github.com/columnar-tech/adbc-quickstarts/tree/main/go/mysql)
- [Python](https://github.com/columnar-tech/adbc-quickstarts/tree/main/python/mysql)
- [R](https://github.com/columnar-tech/adbc-quickstarts/tree/main/r/mysql)
- [Rust](https://github.com/columnar-tech/adbc-quickstarts/tree/main/rust/mysql)
## Building
See [CONTRIBUTING.md](CONTRIBUTING.md).
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).