Crate cqlmig

Crate cqlmig 

Source
Expand description

Run migrations on a CQL database (Casandra or ScyllaDB).

This package is the base package for cqlmig to actually run migrations use one of the client implementations, ie: cqlmig-cdrs-tokio.

Structs§

CqlMigrator
Entrypoint / builder for running migrations.
Migration
A migration to be applied.
MigrationError
General migration error.
Version
Migration version.

Traits§

Db
An abstraction around a database session / connection in the simplest form.
DbRow
An abstraction around a database row in the simplest form.

Type Aliases§

GenResult