You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, each Driver Adapter exposes a public flavour field indicating the underlying compatible provider in schema.prisma.
In an effort to unify naming conventions, we should rename flavour to provider in the Queryable interface (and any class that extend such interface).
This issue related to other tasks related to flavour/provider-based validation, such as: #21864.