Module schema_core::json_rpc::types

source ·
Expand description

API type definitions used by the methods.

Structs

Enums

  • The path to a live database taken as input. For flexibility, this can be the path to a Prisma schema file containing the datasource, or the whole Prisma schema as a string, or only the connection string. See variants.
  • The location of the live database to connect to.
  • A suggested action for the CLI migrate dev command.
  • A supported source for a database schema to diff in the diff command.
  • A diagnostic returned by diagnoseMigrationHistory when looking at the database migration history in relation to the migrations directory.