vitess-gh/go/vt/vitessdriver
Sugu Sougoumarane 186247f9a2 deprecation: delete v2 api code and tests
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2020-03-23 16:38:37 -07:00
..
README.md
convert.go vitessdriver: convert sqltypes.Timestamp to time.Time values 2020-02-04 18:37:01 -07:00
convert_test.go vitessdriver: convert sqltypes.Timestamp to time.Time values 2020-02-04 18:37:01 -07:00
doc.go Fix vitessdriver.Open example (#5552) 2019-12-12 10:06:25 -08:00
driver.go vitessdriver: change how defaults are set 2020-02-24 20:32:58 -07:00
driver_test.go vitessdriver: change how defaults are set 2020-02-24 20:32:58 -07:00
fakeserver_test.go deprecation: delete v2 api code and tests 2020-03-23 16:38:37 -07:00
plugin_grpcvtgateconn.go add license in /go file 2019-10-21 23:25:43 +08:00
rows.go add license in /go file 2019-10-21 23:25:43 +08:00
rows_test.go Full pass on codebase. Need to double check later 2020-02-06 16:05:27 -08:00
streaming_rows.go add license in /go file 2019-10-21 23:25:43 +08:00
streaming_rows_test.go Full pass on codebase. Need to double check later 2020-02-06 16:05:27 -08:00
time.go add license in /go file 2019-10-21 23:25:43 +08:00
time_test.go add license in /go file 2019-10-21 23:25:43 +08:00

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.