An open API service indexing awesome lists of open source software.

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.

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).