refrakt/cli/types

Types

Shared types for the CLI.

pub type DbChoice {
  Postgres
  Sqlite
  NoDb
}

Constructors

  • Postgres
  • Sqlite
  • NoDb
Search Document