Crate tern_cli

Source
Expand description

The CLI for the tern migration library.

This exports the App type and ContextOptions, which help turn a project using tern into a CLI.

The App is the CLI. ContextOptions helps to connect a generic context to the CLI if it is the CLI that is supplying the database connection string.

Structs§

App
The CLI app to run.

Traits§

ContextOptions
A type that can build a particular context given a database url.