Documentation
¶
Overview ¶
Package cassandra implements the Driver interface.
Index ¶
- type Driver
- func (driver *Driver) Close() error
- func (driver *Driver) FilenameExtension() string
- func (driver *Driver) Initialize(rawurl string) error
- func (driver *Driver) Migrate(f file.File, pipe chan interface{})
- func (driver *Driver) Version() (file.Version, error)
- func (driver *Driver) Versions() (file.Versions, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) FilenameExtension ¶
func (*Driver) Initialize ¶
Cassandra Driver URL format: cassandra://host:port/keyspace?protocol=version&consistency=level
Examples: cassandra://localhost/SpaceOfKeys?protocol=4 cassandra://localhost/SpaceOfKeys?protocol=4&consistency=all cassandra://localhost/SpaceOfKeys?consistency=quorum
Click to show internal directories.
Click to hide internal directories.