Documentation
¶
Index ¶
- Variables
- func WithInstance(session *gocql.Session, config *Config) (database.Driver, error)
- type Cassandra
- func (c *Cassandra) Close() error
- func (c *Cassandra) Drop() error
- func (c *Cassandra) ListAppliedVersions() ([]int, error)
- func (c *Cassandra) Lock() error
- func (c *Cassandra) Open(url string) (database.Driver, error)
- func (c *Cassandra) Run(migration io.Reader) error
- func (c *Cassandra) SetSourceDriver(sourceDrv source.Driver) error
- func (c *Cassandra) SetVersion(version int, dirty bool, forced bool, knownDirection *source.Direction) (*source.Direction, error)
- func (c *Cassandra) Unlock() error
- func (c *Cassandra) Version() (version int, dirty bool, err error)
- type Config
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNilConfig = errors.New("no config") ErrNoKeyspace = errors.New("no keyspace provided") ErrDatabaseDirty = errors.New("database is dirty") ErrClosedSession = errors.New("session is closed") )
View Source
var DefaultMigrationsTable = "schema_migrations"
View Source
var (
DefaultMultiStatementMaxSize = 10 * 1 << 20 // 10 MB
)
Functions ¶
Types ¶
type Cassandra ¶
type Cassandra struct {
// contains filtered or unexported fields
}
func (*Cassandra) ListAppliedVersions ¶
func (*Cassandra) SetSourceDriver ¶
This database driver does not currently support file sourcing.
func (*Cassandra) SetVersion ¶
Click to show internal directories.
Click to hide internal directories.