Documentation ¶
Index ¶
- Constants
- func CheckOrCreateMetadataDb(projectId string, instanceId string) (isExist bool, isDbCreated bool)
- func GetDialectDisplayStringFromDialect(dialect string) string
- func GetMetadataDbName() string
- func GetSourceDatabaseFromDriver(driver string) (string, error)
- func GetSpannerUri(projectId string, instanceId string) string
Constants ¶
View Source
const ( DUMP_MODE = "dumpFile" DIRECT_CONNECT_MODE = "directConnect" SESSION_FILE_MODE = "sessionFile" SCHEMA_ONLY = "Schema" DATA_ONLY = "Data" LOW_DOWNTIME_MIGRATION = "lowdt" POSTGRESQL_DIALECT = "PostgreSQL" GOOGLE_SQL_DIALECT = "Google Standard SQL" )
Variables ¶
This section is empty.
Functions ¶
func CheckOrCreateMetadataDb ¶
func GetMetadataDbName ¶
func GetMetadataDbName() string
func GetSpannerUri ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.