package
3.0.0-rc.3+incompatible
Repository: https://github.com/stackql/vitess.git
Documentation: pkg.go.dev

# README

Vitess

This is the Go SQL driver for Vitess.

Vitess is an SQL middleware which turns MySQL/MariaDB into a fast, scalable and highly-available distributed database. For more information, visit www.vitess.io.

Documentation

For more information on this driver, please see its godoc page:

https://godoc.org/vitess.io/vitess/go/vt/vitessdriver

Installation

go get vitess.io/vitess/go/vt/vitessdriver

See the documentation link above for examples.