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

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

Traits

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

Type Definitions