Crate tern_core

Source
Expand description

The core of the tern migration library.

This crate has types and traits for building migrations and running them with a third-party database crate of choice.

Modulesยง

error
Error type for migration operations.
executor
This module contains assorted third-party database connection types that implement Executor.
migration
This module contains types and traits related to the migration files.
runner
A migration runner for a context.