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) Lock() error
- func (c *Cassandra) Open(url string) (database.Driver, error)
- func (c *Cassandra) Run(migration io.Reader) error
- func (c *Cassandra) SetVersion(version int, dirty bool) 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"
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.