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ยง
- This module contains assorted third-party database connection types that implement
Executor
. - This module contains types and traits related to the migration files.
- A migration runner for a context.