prisma 6.10.0-dev.7 → 6.10.0-dev.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -255,6 +255,7 @@ declare type ComputedFieldsMap = {
255
255
  declare type ConnectionInfo = {
256
256
  schemaName?: string;
257
257
  maxBindValues?: number;
258
+ supportsRelationJoins: boolean;
258
259
  };
259
260
 
260
261
  declare type ConnectorType = 'mysql' | 'mongodb' | 'sqlite' | 'postgresql' | 'postgres' | 'prisma+postgres' | 'sqlserver' | 'cockroachdb';
@@ -2400,7 +2401,7 @@ export declare const objectEnumValues: {
2400
2401
  };
2401
2402
  };
2402
2403
 
2403
- declare const officialPrismaAdapters: readonly ["@prisma/adapter-planetscale", "@prisma/adapter-neon", "@prisma/adapter-libsql", "@prisma/adapter-d1", "@prisma/adapter-pg", "@prisma/adapter-pg-worker"];
2404
+ declare const officialPrismaAdapters: readonly ["@prisma/adapter-planetscale", "@prisma/adapter-neon", "@prisma/adapter-libsql", "@prisma/adapter-d1", "@prisma/adapter-pg"];
2404
2405
 
2405
2406
  export declare type Omission = Record<string, boolean | Skip>;
2406
2407