Registry / database / youtube-vitess

youtube-vitess

JSON →
library2.1.1+incompatiblegogounverified

A database clustering system for horizontal scaling of MySQL.

go get github.com/youtube/vitess
INSTALL
IMPORT
SIG · YOUTUBE-VITESS
Y
youtube-vitess
databasegov2.1.1+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vtgate
github.com/youtube/vitess/go/vt/vtgate

Connect to a Vitess cluster via vtgate.

package main import ( "context" "github.com/youtube/vitess/go/vt/vtgate" ) func main() { ctx := context.Background() conn, err := vtgate.Dial(ctx, "localhost:15991", "", "", nil) if err != nil { panic(err) } defer conn.Close() }
Debug
Known issues
gotchaModule path is github.com/youtube/vitess, but the actual Go packages are under subdirectories like go/vt/vtgate.
fix
Use the correct subpackage import path, e.g., github.com/youtube/vitess/go/vt/vtgate.
affects: all
Upgrade
Version history
2.1.1+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
19
Amazon
1
OpenAI (training)
1
Resources
youtube-vitess — go get youtube-vitess · libregistry