зеркало из https://github.com/github/vitess-gh.git
186247f9a2
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
convert.go | ||
convert_test.go | ||
doc.go | ||
driver.go | ||
driver_test.go | ||
fakeserver_test.go | ||
plugin_grpcvtgateconn.go | ||
rows.go | ||
rows_test.go | ||
streaming_rows.go | ||
streaming_rows_test.go | ||
time.go | ||
time_test.go |
README.md
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.