package
3.0.0-rc.3+incompatible
Repository: https://github.com/vitessio/vitess.git
Documentation: pkg.go.dev
# Packages
Package schematest provides support for testing packages that depend on schema.
# Functions
LoadTable creates a Table from the schema info in the database.
NewEngine creates a new Engine.
NewEngineForTests creates a new engine, that can't query the database, and will not send notifications.
NewIndex creates a new Index.
NewTable creates a new Table.
# Variables
TypeNames allows to fetch a the type name for a table.
# Structs
Engine stores the schema info and performs operations that keep itself up-to-date.
Index contains info about a table index.
MessageInfo contains info specific to message tables.
SequenceInfo contains info specific to sequence tabels.
Table contains info about a table.
TableColumn contains info about a table's column.