Documentation
¶
Index ¶
- type Clickhouse
- func (c *Clickhouse) CreateTable(tableName string) string
- func (c *Clickhouse) DeleteVersion(tableName string) string
- func (c *Clickhouse) GetDialect() dialect.Dialect
- func (c *Clickhouse) GetLatestVersion(tableName string) string
- func (c *Clickhouse) GetMigrationByVersion(tableName string) string
- func (c *Clickhouse) InsertVersion(tableName string) string
- func (c *Clickhouse) ListMigrations(tableName string) string
- func (c *Clickhouse) TableExists(_ string) string
- type Mysql
- func (m *Mysql) CreateTable(tableName string) string
- func (m *Mysql) DeleteVersion(tableName string) string
- func (m *Mysql) GetDialect() dialect.Dialect
- func (m *Mysql) GetLatestVersion(tableName string) string
- func (m *Mysql) GetMigrationByVersion(tableName string) string
- func (m *Mysql) InsertVersion(tableName string) string
- func (m *Mysql) ListMigrations(tableName string) string
- func (m *Mysql) TableExists(tableName string) string
- type Postgres
- func (p *Postgres) CreateTable(tableName string) string
- func (p *Postgres) DeleteVersion(tableName string) string
- func (p *Postgres) GetDialect() dialect.Dialect
- func (p *Postgres) GetLatestVersion(tableName string) string
- func (p *Postgres) GetMigrationByVersion(tableName string) string
- func (p *Postgres) InsertVersion(tableName string) string
- func (p *Postgres) ListMigrations(tableName string) string
- func (p *Postgres) TableExists(tableName string) string
- type Querier
- type Redshift
- func (r *Redshift) CreateTable(tableName string) string
- func (r *Redshift) DeleteVersion(tableName string) string
- func (r *Redshift) GetDialect() dialect.Dialect
- func (r *Redshift) GetLatestVersion(tableName string) string
- func (r *Redshift) GetMigrationByVersion(tableName string) string
- func (r *Redshift) InsertVersion(tableName string) string
- func (r *Redshift) ListMigrations(tableName string) string
- func (r *Redshift) TableExists(_ string) string
- type Sqlite3
- func (s *Sqlite3) CreateTable(tableName string) string
- func (s *Sqlite3) DeleteVersion(tableName string) string
- func (s *Sqlite3) GetDialect() dialect.Dialect
- func (s *Sqlite3) GetLatestVersion(tableName string) string
- func (s *Sqlite3) GetMigrationByVersion(tableName string) string
- func (s *Sqlite3) InsertVersion(tableName string) string
- func (s *Sqlite3) ListMigrations(tableName string) string
- func (s *Sqlite3) TableExists(_ string) string
- type Sqlserver
- func (s *Sqlserver) CreateTable(tableName string) string
- func (s *Sqlserver) DeleteVersion(tableName string) string
- func (s *Sqlserver) GetDialect() dialect.Dialect
- func (s *Sqlserver) GetLatestVersion(tableName string) string
- func (s *Sqlserver) GetMigrationByVersion(tableName string) string
- func (s *Sqlserver) InsertVersion(tableName string) string
- func (s *Sqlserver) ListMigrations(tableName string) string
- func (s *Sqlserver) TableExists(_ string) string
- type Starrocks
- func (m *Starrocks) CreateTable(tableName string) string
- func (m *Starrocks) DeleteVersion(tableName string) string
- func (m *Starrocks) GetDialect() dialect.Dialect
- func (m *Starrocks) GetLatestVersion(tableName string) string
- func (m *Starrocks) GetMigrationByVersion(tableName string) string
- func (m *Starrocks) InsertVersion(tableName string) string
- func (m *Starrocks) ListMigrations(tableName string) string
- func (m *Starrocks) TableExists(_ string) string
- type Tidb
- func (t *Tidb) CreateTable(tableName string) string
- func (t *Tidb) DeleteVersion(tableName string) string
- func (t *Tidb) GetDialect() dialect.Dialect
- func (t *Tidb) GetLatestVersion(tableName string) string
- func (t *Tidb) GetMigrationByVersion(tableName string) string
- func (t *Tidb) InsertVersion(tableName string) string
- func (t *Tidb) ListMigrations(tableName string) string
- func (t *Tidb) TableExists(_ string) string
- type Turso
- type Vertica
- func (v *Vertica) CreateTable(tableName string) string
- func (v *Vertica) DeleteVersion(tableName string) string
- func (v *Vertica) GetDialect() dialect.Dialect
- func (v *Vertica) GetLatestVersion(tableName string) string
- func (v *Vertica) GetMigrationByVersion(tableName string) string
- func (v *Vertica) InsertVersion(tableName string) string
- func (v *Vertica) ListMigrations(tableName string) string
- func (v *Vertica) TableExists(_ string) string
- type Ydb
- func (c *Ydb) CreateTable(tableName string) string
- func (c *Ydb) DeleteVersion(tableName string) string
- func (c *Ydb) GetDialect() dialect.Dialect
- func (c *Ydb) GetLatestVersion(tableName string) string
- func (c *Ydb) GetMigrationByVersion(tableName string) string
- func (c *Ydb) InsertVersion(tableName string) string
- func (c *Ydb) ListMigrations(tableName string) string
- func (c *Ydb) TableExists(_ string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clickhouse ¶
type Clickhouse struct{}
func (*Clickhouse) CreateTable ¶
func (c *Clickhouse) CreateTable(tableName string) string
func (*Clickhouse) DeleteVersion ¶
func (c *Clickhouse) DeleteVersion(tableName string) string
func (*Clickhouse) GetDialect ¶
func (c *Clickhouse) GetDialect() dialect.Dialect
func (*Clickhouse) GetLatestVersion ¶
func (c *Clickhouse) GetLatestVersion(tableName string) string
func (*Clickhouse) GetMigrationByVersion ¶
func (c *Clickhouse) GetMigrationByVersion(tableName string) string
func (*Clickhouse) InsertVersion ¶
func (c *Clickhouse) InsertVersion(tableName string) string
func (*Clickhouse) ListMigrations ¶
func (c *Clickhouse) ListMigrations(tableName string) string
func (*Clickhouse) TableExists ¶
func (c *Clickhouse) TableExists(_ string) string
type Mysql ¶
type Mysql struct{}
func (*Mysql) CreateTable ¶
func (*Mysql) DeleteVersion ¶
func (*Mysql) GetDialect ¶
func (*Mysql) GetLatestVersion ¶
func (*Mysql) GetMigrationByVersion ¶
func (*Mysql) InsertVersion ¶
func (*Mysql) ListMigrations ¶
func (*Mysql) TableExists ¶
type Postgres ¶
type Postgres struct{}
func (*Postgres) CreateTable ¶
func (*Postgres) DeleteVersion ¶
func (*Postgres) GetDialect ¶
func (*Postgres) GetLatestVersion ¶
func (*Postgres) GetMigrationByVersion ¶
func (*Postgres) InsertVersion ¶
func (*Postgres) ListMigrations ¶
func (*Postgres) TableExists ¶
type Querier ¶
type Querier interface { GetDialect() dialect.Dialect // CreateTable returns the SQL query string to create the db version table. CreateTable(tableName string) string // TableExists returns the SQL query string to check exist the db version table. TableExists(tableName string) string // InsertVersion returns the SQL query string to insert a new version into the db version table. InsertVersion(tableName string) string // DeleteVersion returns the SQL query string to delete a version from the db version table. DeleteVersion(tableName string) string // GetMigrationByVersion returns the SQL query string to get a single migration by version. // // The query should return the timestamp and is_applied columns. GetMigrationByVersion(tableName string) string // ListMigrations returns the SQL query string to list all migrations in descending order by id. // // The query should return the version_id and is_applied columns. ListMigrations(tableName string) string // GetLatestVersion returns the SQL query string to get the last version_id from the db version // table. Returns a nullable int64 value. GetLatestVersion(tableName string) string }
Querier is the interface that wraps the basic methods to create a dialect specific query.
type Redshift ¶
type Redshift struct{}
func (*Redshift) CreateTable ¶
func (*Redshift) DeleteVersion ¶
func (*Redshift) GetDialect ¶
func (*Redshift) GetLatestVersion ¶
func (*Redshift) GetMigrationByVersion ¶
func (*Redshift) InsertVersion ¶
func (*Redshift) ListMigrations ¶
func (*Redshift) TableExists ¶
type Sqlite3 ¶
type Sqlite3 struct{}
func (*Sqlite3) CreateTable ¶
func (*Sqlite3) DeleteVersion ¶
func (*Sqlite3) GetDialect ¶
func (*Sqlite3) GetLatestVersion ¶
func (*Sqlite3) GetMigrationByVersion ¶
func (*Sqlite3) InsertVersion ¶
func (*Sqlite3) ListMigrations ¶
func (*Sqlite3) TableExists ¶
type Sqlserver ¶
type Sqlserver struct{}
func (*Sqlserver) CreateTable ¶
func (*Sqlserver) DeleteVersion ¶
func (*Sqlserver) GetDialect ¶
func (*Sqlserver) GetLatestVersion ¶
func (*Sqlserver) GetMigrationByVersion ¶
func (*Sqlserver) InsertVersion ¶
func (*Sqlserver) ListMigrations ¶
func (*Sqlserver) TableExists ¶
type Starrocks ¶
type Starrocks struct{}
func (*Starrocks) CreateTable ¶
func (*Starrocks) DeleteVersion ¶
func (*Starrocks) GetDialect ¶
func (*Starrocks) GetLatestVersion ¶
func (*Starrocks) GetMigrationByVersion ¶
func (*Starrocks) InsertVersion ¶
func (*Starrocks) ListMigrations ¶
func (*Starrocks) TableExists ¶
type Tidb ¶
type Tidb struct{}
func (*Tidb) CreateTable ¶
func (*Tidb) DeleteVersion ¶
func (*Tidb) GetDialect ¶
func (*Tidb) GetLatestVersion ¶
func (*Tidb) GetMigrationByVersion ¶
func (*Tidb) InsertVersion ¶
func (*Tidb) ListMigrations ¶
func (*Tidb) TableExists ¶
type Vertica ¶
type Vertica struct{}
func (*Vertica) CreateTable ¶
func (*Vertica) DeleteVersion ¶
func (*Vertica) GetDialect ¶
func (*Vertica) GetLatestVersion ¶
func (*Vertica) GetMigrationByVersion ¶
func (*Vertica) InsertVersion ¶
func (*Vertica) ListMigrations ¶
func (*Vertica) TableExists ¶
type Ydb ¶
type Ydb struct{}
func (*Ydb) CreateTable ¶
func (*Ydb) DeleteVersion ¶
func (*Ydb) GetDialect ¶
func (*Ydb) GetLatestVersion ¶
func (*Ydb) GetMigrationByVersion ¶
func (*Ydb) InsertVersion ¶
func (*Ydb) ListMigrations ¶
func (*Ydb) TableExists ¶
Click to show internal directories.
Click to hide internal directories.