Module psl_core::datamodel_connector
source · Expand description
The interface implemented by connectors for Prisma schema validation and interpretation.
Re-exports
pub use self::capabilities::ConnectorCapabilities;
pub use self::capabilities::ConnectorCapability;
pub use self::completions::format_completion_docs;
Modules
- Connector capabilities
- Connector completions
- Constraint name defaults.
- Extensions for parser database walkers with context from the connector.
Structs
- A Connector implementor meant to be used as a default when no datasource is defined.
- Represents an available native type.
Enums
- A scope where a constraint name must be unique.
- Defines the part of the stack where referential actions are handled.
- Available filters for a given
String
scalar field.
Constants
Traits
- The datamodel connector API.