Documentation ¶
Overview ¶
Package driver provides utilities to control Google's Spanner emulator for testing purposes.
Index ¶
Constants ¶
View Source
const (
SPANNER_EMULATOR_HOST = `SPANNER_EMULATOR_HOST`
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Project string // Name of the project Instance string // Name of the instance Database string // Name of the database }
Config is an utility object that works like `(github.com/go-sql-mysql).Config` which allows users to use existing tools to import connection information.
Click to show internal directories.
Click to hide internal directories.