@prisma/internals 6.19.0-integration-feat-remove-binary-engine.1 → 6.19.0-integration-engines-6-19-0-13-next-a06eb11979a320a0728d700b06c5afd921691d3a.1

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.
Files changed (70) hide show
  1. package/dist/{chunk-ZJN5O3G3.js → chunk-3DHIGIPZ.js} +5 -5
  2. package/dist/{chunk-3GX3XWYB.js → chunk-3UENR4Z2.js} +7 -7
  3. package/dist/{chunk-6QTN4DDB.js → chunk-46ABODUM.js} +21 -6
  4. package/dist/{chunk-VRGMXDRD.js → chunk-4CGPN5SR.js} +6 -3
  5. package/dist/{chunk-GL7OANR6.js → chunk-4JCVHBYR.js} +5 -5
  6. package/dist/{chunk-BXLJID4Q.js → chunk-6PGS7XMN.js} +7 -7
  7. package/dist/{chunk-HEJWJKAQ.js → chunk-6PKVWNVC.js} +5 -5
  8. package/dist/{chunk-HQKRIT7Z.js → chunk-AYUP7LRP.js} +5 -5
  9. package/dist/{chunk-4XXX5FAL.js → chunk-BOO4O3S2.js} +8 -8
  10. package/dist/{chunk-PNLK5PK2.js → chunk-DWHIAIMA.js} +8 -8
  11. package/dist/{chunk-FUYRCYVL.js → chunk-ERSH2BQA.js} +8 -3
  12. package/dist/{chunk-CEHARWN2.js → chunk-EXNVME72.js} +41 -28
  13. package/dist/{chunk-OKVM3CW4.js → chunk-EYVG6XQS.js} +39 -3
  14. package/dist/{chunk-5XFNC2RY.js → chunk-F2OZV76L.js} +7 -7
  15. package/dist/{chunk-FC6CQUSK.js → chunk-GMW36QQF.js} +5 -5
  16. package/dist/{chunk-GSH4BXBI.js → chunk-HFFWZTVM.js} +6 -4
  17. package/dist/{chunk-5W3BSMTH.js → chunk-HO5HRHFZ.js} +6 -3
  18. package/dist/{chunk-PELP7NEY.js → chunk-LYIJ7HY6.js} +5 -5
  19. package/dist/{chunk-SRZLJFU4.js → chunk-OAT7ZJED.js} +8 -4
  20. package/dist/{chunk-DGWYSK57.js → chunk-ORJPONKB.js} +8 -8
  21. package/dist/{chunk-FURGECAD.js → chunk-PZMRR772.js} +6 -6
  22. package/dist/{chunk-43ZFMWOZ.js → chunk-QCEF2MJF.js} +41 -28
  23. package/dist/{chunk-B22EOFPW.js → chunk-RS2R7COT.js} +6 -3
  24. package/dist/{chunk-IV6ZGJI6.js → chunk-SNDC6H4X.js} +5 -5
  25. package/dist/{chunk-RDOF2VXZ.js → chunk-TDBUH27D.js} +8 -8
  26. package/dist/{chunk-XVZQ5TSR.js → chunk-TTLRPXWW.js} +7 -7
  27. package/dist/{chunk-Z3TOT5L3.js → chunk-U7X5FZ5K.js} +5 -5
  28. package/dist/{chunk-KIFFN3IT.js → chunk-UQUWZJVN.js} +5 -5
  29. package/dist/{chunk-ARC7TW3L.js → chunk-WFNB7VRA.js} +14 -4
  30. package/dist/{chunk-LDEKYOKN.js → chunk-WUE74IGQ.js} +8 -8
  31. package/dist/{chunk-4IDPZNYW.js → chunk-WUPVZS4Q.js} +8 -8
  32. package/dist/{chunk-A7GNRMO6.js → chunk-X5S2OXRZ.js} +8 -8
  33. package/dist/{chunk-2AYJLW73.js → chunk-XXNSQXZX.js} +5 -5
  34. package/dist/{chunk-6JZNCXUA.js → chunk-YSKY5OWC.js} +5 -5
  35. package/dist/cli/checkUnsupportedDataProxy.js +26 -26
  36. package/dist/cli/checkUnsupportedSchemaEngineWasm.js +26 -26
  37. package/dist/cli/getGeneratorSuccessMessage.js +3 -2
  38. package/dist/cli/getSchema.d.ts +15 -1
  39. package/dist/cli/getSchema.js +5 -4
  40. package/dist/cli/hashes.js +4 -4
  41. package/dist/cli/schemaContext.js +26 -26
  42. package/dist/client/getClientEngineType.d.ts +1 -0
  43. package/dist/client/getClientEngineType.js +3 -3
  44. package/dist/engine-commands/errorHelpers.js +4 -4
  45. package/dist/engine-commands/formatSchema.js +25 -25
  46. package/dist/engine-commands/getConfig.js +10 -10
  47. package/dist/engine-commands/getDmmf.js +7 -7
  48. package/dist/engine-commands/getEngineVersion.js +3 -3
  49. package/dist/engine-commands/getEnginesInfo.d.ts +1 -0
  50. package/dist/engine-commands/getEnginesInfo.js +4 -4
  51. package/dist/engine-commands/index.js +37 -37
  52. package/dist/engine-commands/lintSchema.js +8 -8
  53. package/dist/engine-commands/mergeSchemas.js +7 -7
  54. package/dist/engine-commands/validate.js +7 -7
  55. package/dist/get-generators/getGenerators.d.ts +1 -0
  56. package/dist/get-generators/getGenerators.js +28 -28
  57. package/dist/get-generators/utils/binaryTypeToEngineType.js +2 -2
  58. package/dist/get-generators/utils/engineTypeToBinaryType.js +2 -2
  59. package/dist/get-generators/utils/getBinaryPathsByVersion.js +4 -4
  60. package/dist/index.js +61 -61
  61. package/dist/sendPanic.js +2 -2
  62. package/dist/utils/getEnvPaths.d.ts +1 -1
  63. package/dist/utils/getEnvPaths.js +3 -2
  64. package/dist/utils/getVersionFromPackageJson.js +3 -3
  65. package/dist/utils/handlePanic.js +3 -3
  66. package/dist/utils/loadEnvFile.d.ts +1 -1
  67. package/dist/utils/loadEnvFile.js +4 -3
  68. package/dist/utils/serializeQueryEngineName.js +2 -2
  69. package/dist/wasm.js +5 -5
  70. package/package.json +15 -15
@@ -16,15 +16,15 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var chunk_ZJN5O3G3_exports = {};
20
- __export(chunk_ZJN5O3G3_exports, {
19
+ var chunk_3DHIGIPZ_exports = {};
20
+ __export(chunk_3DHIGIPZ_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_ZJN5O3G3_exports);
24
- var import_chunk_6JZNCXUA = require("./chunk-6JZNCXUA.js");
23
+ module.exports = __toCommonJS(chunk_3DHIGIPZ_exports);
24
+ var import_chunk_YSKY5OWC = require("./chunk-YSKY5OWC.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_6JZNCXUA.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_YSKY5OWC.version]];
28
28
  return `${message}
29
29
 
30
30
  ${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
@@ -26,17 +26,17 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_3GX3XWYB_exports = {};
30
- __export(chunk_3GX3XWYB_exports, {
29
+ var chunk_3UENR4Z2_exports = {};
30
+ __export(chunk_3UENR4Z2_exports, {
31
31
  MergeSchemasError: () => MergeSchemasError,
32
32
  mergeSchemas: () => mergeSchemas
33
33
  });
34
- module.exports = __toCommonJS(chunk_3GX3XWYB_exports);
34
+ module.exports = __toCommonJS(chunk_3UENR4Z2_exports);
35
35
  var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
36
36
  var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
37
37
  var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
38
- var import_chunk_IV6ZGJI6 = require("./chunk-IV6ZGJI6.js");
39
- var import_chunk_HEJWJKAQ = require("./chunk-HEJWJKAQ.js");
38
+ var import_chunk_3DHIGIPZ = require("./chunk-3DHIGIPZ.js");
39
+ var import_chunk_6PKVWNVC = require("./chunk-6PKVWNVC.js");
40
40
  var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
41
41
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
42
42
  var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
@@ -59,7 +59,7 @@ ${detailsHeader} ${message}`;
59
59
  }).exhaustive();
60
60
  const errorMessageWithContext = `${constructedErrorMessage}
61
61
  [Context: mergeSchemas]`;
62
- super((0, import_chunk_IV6ZGJI6.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_3DHIGIPZ.addVersionDetailsToErrorMessage)(errorMessageWithContext));
63
63
  this.name = "MergeSchemasError";
64
64
  }
65
65
  };
@@ -72,7 +72,7 @@ function mergeSchemas(options) {
72
72
  const params = JSON.stringify({
73
73
  schema: options.schemas
74
74
  });
75
- return import_chunk_HEJWJKAQ.prismaSchemaWasm.merge_schemas(params);
75
+ return import_chunk_6PKVWNVC.prismaSchemaWasm.merge_schemas(params);
76
76
  },
77
77
  (e) => ({
78
78
  type: "wasm-error",
@@ -26,12 +26,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_6QTN4DDB_exports = {};
30
- __export(chunk_6QTN4DDB_exports, {
29
+ var chunk_46ABODUM_exports = {};
30
+ __export(chunk_46ABODUM_exports, {
31
31
  getEnvPaths: () => getEnvPaths
32
32
  });
33
- module.exports = __toCommonJS(chunk_6QTN4DDB_exports);
33
+ module.exports = __toCommonJS(chunk_46ABODUM_exports);
34
34
  var import_chunk_3FP46GUV = require("./chunk-3FP46GUV.js");
35
+ var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
35
36
  var import_debug = __toESM(require("@prisma/debug"));
36
37
  var import_node_path = __toESM(require("node:path"));
37
38
  var import_node_process = __toESM(require("node:process"));
@@ -126,20 +127,34 @@ function findUpSync(name, options = {}) {
126
127
  return matches[0];
127
128
  }
128
129
  var debug = (0, import_debug.default)("prisma:loadEnv");
129
- function getEnvPaths(schemaPath, opts = { cwd: process.cwd() }) {
130
+ async function getEnvPaths(schemaPath, opts = { cwd: process.cwd() }) {
130
131
  const rootEnvPath = getProjectRootEnvPath({ cwd: opts.cwd }) ?? null;
131
132
  const schemaEnvPathFromArgs = schemaPathToEnvPath(schemaPath);
133
+ const schemaEnvPathFromPkgJson = schemaPathToEnvPath(await readSchemaPathFromPkgJson());
132
134
  const schemaEnvPaths = [
133
135
  schemaEnvPathFromArgs,
134
136
  // 1 - Check --schema directory for .env
137
+ schemaEnvPathFromPkgJson,
138
+ // 2 - Check package.json schema directory for .env
135
139
  "./prisma/.env",
136
- // 2 - Check ./prisma directory for .env
140
+ // 3 - Check ./prisma directory for .env
137
141
  "./.env"
138
- // 3 - Check cwd for .env
142
+ // 4 - Check cwd for .env
139
143
  ];
140
144
  const schemaEnvPath = schemaEnvPaths.find(import_chunk_3FP46GUV.exists);
141
145
  return { rootEnvPath, schemaEnvPath };
142
146
  }
147
+ async function readSchemaPathFromPkgJson() {
148
+ try {
149
+ const pkgJsonSchema = await (0, import_chunk_EYVG6XQS.getSchemaFromPackageJson)(process.cwd());
150
+ if (pkgJsonSchema.ok) {
151
+ pkgJsonSchema.schema.schemaPath;
152
+ }
153
+ return null;
154
+ } catch {
155
+ return null;
156
+ }
157
+ }
143
158
  function getProjectRootEnvPath(opts) {
144
159
  const pkgJsonPath = findUpSync((dir) => {
145
160
  const pkgPath = import_path.default.join(dir, "package.json");
@@ -16,16 +16,19 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var chunk_VRGMXDRD_exports = {};
20
- __export(chunk_VRGMXDRD_exports, {
19
+ var chunk_4CGPN5SR_exports = {};
20
+ __export(chunk_4CGPN5SR_exports, {
21
21
  engineTypeToBinaryType: () => engineTypeToBinaryType
22
22
  });
23
- module.exports = __toCommonJS(chunk_VRGMXDRD_exports);
23
+ module.exports = __toCommonJS(chunk_4CGPN5SR_exports);
24
24
  var import_fetch_engine = require("@prisma/fetch-engine");
25
25
  function engineTypeToBinaryType(engineType) {
26
26
  if (engineType === "schemaEngine") {
27
27
  return import_fetch_engine.BinaryType.SchemaEngineBinary;
28
28
  }
29
+ if (engineType === "queryEngine") {
30
+ return import_fetch_engine.BinaryType.QueryEngineBinary;
31
+ }
29
32
  if (engineType === "libqueryEngine") {
30
33
  return import_fetch_engine.BinaryType.QueryEngineLibrary;
31
34
  }
@@ -26,16 +26,16 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_GL7OANR6_exports = {};
30
- __export(chunk_GL7OANR6_exports, {
29
+ var chunk_4JCVHBYR_exports = {};
30
+ __export(chunk_4JCVHBYR_exports, {
31
31
  getCLIPathHash: () => getCLIPathHash,
32
32
  getProjectHash: () => getProjectHash
33
33
  });
34
- module.exports = __toCommonJS(chunk_GL7OANR6_exports);
35
- var import_chunk_OKVM3CW4 = require("./chunk-OKVM3CW4.js");
34
+ module.exports = __toCommonJS(chunk_4JCVHBYR_exports);
35
+ var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
36
36
  var import_crypto = __toESM(require("crypto"));
37
37
  async function getProjectHash(schemaPathFromArgs, schemaPathFromConfig) {
38
- const projectPath = (await (0, import_chunk_OKVM3CW4.getSchemaWithPath)(schemaPathFromArgs, schemaPathFromConfig))?.schemaPath ?? process.cwd();
38
+ const projectPath = (await (0, import_chunk_EYVG6XQS.getSchemaWithPath)(schemaPathFromArgs, schemaPathFromConfig))?.schemaPath ?? process.cwd();
39
39
  return import_crypto.default.createHash("sha256").update(projectPath).digest("hex").substring(0, 8);
40
40
  }
41
41
  function getCLIPathHash() {
@@ -16,11 +16,11 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var chunk_BXLJID4Q_exports = {};
20
- __export(chunk_BXLJID4Q_exports, {
19
+ var chunk_6PGS7XMN_exports = {};
20
+ __export(chunk_6PGS7XMN_exports, {
21
21
  require_package: () => require_package
22
22
  });
23
- module.exports = __toCommonJS(chunk_BXLJID4Q_exports);
23
+ module.exports = __toCommonJS(chunk_6PGS7XMN_exports);
24
24
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
25
25
  var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
26
26
  "package.json"(exports, module2) {
@@ -59,7 +59,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
59
59
  "@swc/jest": "0.2.37",
60
60
  "@types/babel__helper-validator-identifier": "7.15.2",
61
61
  "@types/jest": "29.5.14",
62
- "@types/node": "~20.19.0",
62
+ "@types/node": "18.19.76",
63
63
  "@types/resolve": "1.20.6",
64
64
  archiver: "6.0.2",
65
65
  "checkpoint-client": "1.1.33",
@@ -109,14 +109,14 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
109
109
  "@prisma/generator": "workspace:*",
110
110
  "@prisma/generator-helper": "workspace:*",
111
111
  "@prisma/get-platform": "workspace:*",
112
- "@prisma/prisma-schema-wasm": "6.18.0-8.34b5a692b7bd79939a9a2c3ef97d816e749cda2f",
113
- "@prisma/schema-engine-wasm": "6.18.0-8.34b5a692b7bd79939a9a2c3ef97d816e749cda2f",
112
+ "@prisma/prisma-schema-wasm": "6.19.0-13.next-a06eb11979a320a0728d700b06c5afd921691d3a",
113
+ "@prisma/schema-engine-wasm": "6.19.0-13.next-a06eb11979a320a0728d700b06c5afd921691d3a",
114
114
  "@prisma/schema-files-loader": "workspace:*",
115
115
  arg: "5.0.2",
116
116
  prompts: "2.4.2"
117
117
  },
118
118
  peerDependencies: {
119
- typescript: ">=5.4.0"
119
+ typescript: ">=5.1.0"
120
120
  },
121
121
  peerDependenciesMeta: {
122
122
  typescript: {
@@ -26,15 +26,15 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_HEJWJKAQ_exports = {};
30
- __export(chunk_HEJWJKAQ_exports, {
29
+ var chunk_6PKVWNVC_exports = {};
30
+ __export(chunk_6PKVWNVC_exports, {
31
31
  prismaSchemaWasm: () => import_prisma_schema_wasm.default,
32
32
  prismaSchemaWasmVersion: () => prismaSchemaWasmVersion,
33
33
  schemaEngineWasmVersion: () => schemaEngineWasmVersion,
34
34
  wasm_exports: () => wasm_exports
35
35
  });
36
- module.exports = __toCommonJS(chunk_HEJWJKAQ_exports);
37
- var import_chunk_BXLJID4Q = require("./chunk-BXLJID4Q.js");
36
+ module.exports = __toCommonJS(chunk_6PKVWNVC_exports);
37
+ var import_chunk_6PGS7XMN = require("./chunk-6PGS7XMN.js");
38
38
  var import_chunk_WXRVYSYN = require("./chunk-WXRVYSYN.js");
39
39
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
40
40
  var import_prisma_schema_wasm = __toESM(require("@prisma/prisma-schema-wasm"));
@@ -46,6 +46,6 @@ var wasm_exports = {};
46
46
  });
47
47
  var globalWithPanicRegistry = globalThis;
48
48
  globalWithPanicRegistry.PRISMA_WASM_PANIC_REGISTRY = new import_chunk_WXRVYSYN.WasmPanicRegistry();
49
- var { dependencies } = (0, import_chunk_BXLJID4Q.require_package)();
49
+ var { dependencies } = (0, import_chunk_6PGS7XMN.require_package)();
50
50
  var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
51
51
  var schemaEngineWasmVersion = dependencies["@prisma/schema-engine-wasm"];
@@ -26,15 +26,15 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_HQKRIT7Z_exports = {};
30
- __export(chunk_HQKRIT7Z_exports, {
29
+ var chunk_AYUP7LRP_exports = {};
30
+ __export(chunk_AYUP7LRP_exports, {
31
31
  prismaSchemaWasm: () => import_prisma_schema_wasm.default,
32
32
  prismaSchemaWasmVersion: () => prismaSchemaWasmVersion,
33
33
  schemaEngineWasmVersion: () => schemaEngineWasmVersion,
34
34
  wasm_exports: () => wasm_exports
35
35
  });
36
- module.exports = __toCommonJS(chunk_HQKRIT7Z_exports);
37
- var import_chunk_RDOF2VXZ = require("./chunk-RDOF2VXZ.js");
36
+ module.exports = __toCommonJS(chunk_AYUP7LRP_exports);
37
+ var import_chunk_TDBUH27D = require("./chunk-TDBUH27D.js");
38
38
  var import_chunk_WXRVYSYN = require("./chunk-WXRVYSYN.js");
39
39
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
40
40
  var import_prisma_schema_wasm = __toESM(require("@prisma/prisma-schema-wasm"));
@@ -46,6 +46,6 @@ var wasm_exports = {};
46
46
  });
47
47
  var globalWithPanicRegistry = globalThis;
48
48
  globalWithPanicRegistry.PRISMA_WASM_PANIC_REGISTRY = new import_chunk_WXRVYSYN.WasmPanicRegistry();
49
- var { dependencies } = (0, import_chunk_RDOF2VXZ.require_package)();
49
+ var { dependencies } = (0, import_chunk_TDBUH27D.require_package)();
50
50
  var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
51
51
  var schemaEngineWasmVersion = dependencies["@prisma/schema-engine-wasm"];
@@ -26,16 +26,16 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_4XXX5FAL_exports = {};
30
- __export(chunk_4XXX5FAL_exports, {
29
+ var chunk_BOO4O3S2_exports = {};
30
+ __export(chunk_BOO4O3S2_exports, {
31
31
  GetDmmfError: () => GetDmmfError,
32
32
  getDMMF: () => getDMMF
33
33
  });
34
- module.exports = __toCommonJS(chunk_4XXX5FAL_exports);
34
+ module.exports = __toCommonJS(chunk_BOO4O3S2_exports);
35
35
  var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
36
36
  var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
37
- var import_chunk_IV6ZGJI6 = require("./chunk-IV6ZGJI6.js");
38
- var import_chunk_HEJWJKAQ = require("./chunk-HEJWJKAQ.js");
37
+ var import_chunk_SNDC6H4X = require("./chunk-SNDC6H4X.js");
38
+ var import_chunk_AYUP7LRP = require("./chunk-AYUP7LRP.js");
39
39
  var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
40
40
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
41
41
  var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
@@ -58,7 +58,7 @@ ${detailsHeader} ${message}`;
58
58
  }).exhaustive();
59
59
  const errorMessageWithContext = `${constructedErrorMessage}
60
60
  [Context: getDmmf]`;
61
- super((0, import_chunk_IV6ZGJI6.addVersionDetailsToErrorMessage)(errorMessageWithContext));
61
+ super((0, import_chunk_SNDC6H4X.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
62
  this.name = "GetDmmfError";
63
63
  }
64
64
  };
@@ -70,13 +70,13 @@ async function getDMMF(options) {
70
70
  () => {
71
71
  if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_DMMF) {
72
72
  debug("Triggering a Rust panic...");
73
- import_chunk_HEJWJKAQ.prismaSchemaWasm.debug_panic();
73
+ import_chunk_AYUP7LRP.prismaSchemaWasm.debug_panic();
74
74
  }
75
75
  const params = JSON.stringify({
76
76
  prismaSchema: options.datamodel,
77
77
  noColor: Boolean(process.env.NO_COLOR)
78
78
  });
79
- const data = import_chunk_HEJWJKAQ.prismaSchemaWasm.get_dmmf(params);
79
+ const data = import_chunk_AYUP7LRP.prismaSchemaWasm.get_dmmf(params);
80
80
  return data;
81
81
  },
82
82
  (e) => ({
@@ -26,17 +26,17 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_PNLK5PK2_exports = {};
30
- __export(chunk_PNLK5PK2_exports, {
29
+ var chunk_DWHIAIMA_exports = {};
30
+ __export(chunk_DWHIAIMA_exports, {
31
31
  ValidateError: () => ValidateError,
32
32
  validate: () => validate
33
33
  });
34
- module.exports = __toCommonJS(chunk_PNLK5PK2_exports);
34
+ module.exports = __toCommonJS(chunk_DWHIAIMA_exports);
35
35
  var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
36
36
  var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
37
37
  var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
38
- var import_chunk_IV6ZGJI6 = require("./chunk-IV6ZGJI6.js");
39
- var import_chunk_HEJWJKAQ = require("./chunk-HEJWJKAQ.js");
38
+ var import_chunk_3DHIGIPZ = require("./chunk-3DHIGIPZ.js");
39
+ var import_chunk_6PKVWNVC = require("./chunk-6PKVWNVC.js");
40
40
  var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
41
41
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
42
42
  var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
@@ -59,7 +59,7 @@ ${detailsHeader} ${message}`;
59
59
  }).exhaustive();
60
60
  const errorMessageWithContext = `${constructedErrorMessage}
61
61
  [Context: validate]`;
62
- super((0, import_chunk_IV6ZGJI6.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_3DHIGIPZ.addVersionDetailsToErrorMessage)(errorMessageWithContext));
63
63
  this.name = "ValidateError";
64
64
  }
65
65
  };
@@ -71,13 +71,13 @@ function validate(options) {
71
71
  () => {
72
72
  if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_DMMF) {
73
73
  debug("Triggering a Rust panic...");
74
- import_chunk_HEJWJKAQ.prismaSchemaWasm.debug_panic();
74
+ import_chunk_6PKVWNVC.prismaSchemaWasm.debug_panic();
75
75
  }
76
76
  const params = JSON.stringify({
77
77
  prismaSchema: options.schemas,
78
78
  noColor: Boolean(process.env.NO_COLOR)
79
79
  });
80
- import_chunk_HEJWJKAQ.prismaSchemaWasm.validate(params);
80
+ import_chunk_6PKVWNVC.prismaSchemaWasm.validate(params);
81
81
  },
82
82
  (e) => ({
83
83
  type: "wasm-error",
@@ -16,14 +16,15 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var chunk_FUYRCYVL_exports = {};
20
- __export(chunk_FUYRCYVL_exports, {
19
+ var chunk_ERSH2BQA_exports = {};
20
+ __export(chunk_ERSH2BQA_exports, {
21
21
  ClientEngineType: () => ClientEngineType,
22
22
  getClientEngineType: () => getClientEngineType
23
23
  });
24
- module.exports = __toCommonJS(chunk_FUYRCYVL_exports);
24
+ module.exports = __toCommonJS(chunk_ERSH2BQA_exports);
25
25
  var ClientEngineType = /* @__PURE__ */ ((ClientEngineType2) => {
26
26
  ClientEngineType2["Library"] = "library";
27
+ ClientEngineType2["Binary"] = "binary";
27
28
  ClientEngineType2["Client"] = "client";
28
29
  return ClientEngineType2;
29
30
  })(ClientEngineType || {});
@@ -32,6 +33,8 @@ function getClientEngineType(generatorConfig) {
32
33
  if (engineTypeFromEnvVar) return engineTypeFromEnvVar;
33
34
  if (generatorConfig?.config.engineType === "library") {
34
35
  return "library";
36
+ } else if (generatorConfig?.config.engineType === "binary") {
37
+ return "binary";
35
38
  } else if (generatorConfig?.config.engineType === "client") {
36
39
  return "client";
37
40
  } else {
@@ -42,6 +45,8 @@ function getEngineTypeFromEnvVar() {
42
45
  const engineType = process.env.PRISMA_CLIENT_ENGINE_TYPE;
43
46
  if (engineType === "library") {
44
47
  return "library";
48
+ } else if (engineType === "binary") {
49
+ return "binary";
45
50
  } else if (engineType === "client") {
46
51
  return "client";
47
52
  } else {
@@ -26,8 +26,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_CEHARWN2_exports = {};
30
- __export(chunk_CEHARWN2_exports, {
29
+ var chunk_EXNVME72_exports = {};
30
+ __export(chunk_EXNVME72_exports, {
31
31
  checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
32
32
  checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
33
33
  forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
@@ -42,28 +42,27 @@ __export(chunk_CEHARWN2_exports, {
42
42
  processSchemaResult: () => processSchemaResult,
43
43
  skipIndex: () => skipIndex
44
44
  });
45
- module.exports = __toCommonJS(chunk_CEHARWN2_exports);
45
+ module.exports = __toCommonJS(chunk_EXNVME72_exports);
46
46
  var import_chunk_X3P4J7WW = require("./chunk-X3P4J7WW.js");
47
47
  var import_chunk_LRU47BGE = require("./chunk-LRU47BGE.js");
48
48
  var import_chunk_X77CS5RK = require("./chunk-X77CS5RK.js");
49
- var import_chunk_5XFNC2RY = require("./chunk-5XFNC2RY.js");
50
- var import_chunk_B22EOFPW = require("./chunk-B22EOFPW.js");
49
+ var import_chunk_F2OZV76L = require("./chunk-F2OZV76L.js");
50
+ var import_chunk_RS2R7COT = require("./chunk-RS2R7COT.js");
51
51
  var import_chunk_GXW4NTU2 = require("./chunk-GXW4NTU2.js");
52
52
  var import_chunk_5FJ3MENK = require("./chunk-5FJ3MENK.js");
53
53
  var import_chunk_7QC5VORA = require("./chunk-7QC5VORA.js");
54
54
  var import_chunk_AX5N26KG = require("./chunk-AX5N26KG.js");
55
- var import_chunk_6QTN4DDB = require("./chunk-6QTN4DDB.js");
55
+ var import_chunk_46ABODUM = require("./chunk-46ABODUM.js");
56
56
  var import_chunk_I6WLABB2 = require("./chunk-I6WLABB2.js");
57
57
  var import_chunk_CRVLHWC5 = require("./chunk-CRVLHWC5.js");
58
- var import_chunk_DGWYSK57 = require("./chunk-DGWYSK57.js");
59
- var import_chunk_4XXX5FAL = require("./chunk-4XXX5FAL.js");
60
- var import_chunk_PELP7NEY = require("./chunk-PELP7NEY.js");
61
- var import_chunk_3GX3XWYB = require("./chunk-3GX3XWYB.js");
62
- var import_chunk_OKVM3CW4 = require("./chunk-OKVM3CW4.js");
63
- var import_chunk_HEJWJKAQ = require("./chunk-HEJWJKAQ.js");
58
+ var import_chunk_WUPVZS4Q = require("./chunk-WUPVZS4Q.js");
59
+ var import_chunk_BOO4O3S2 = require("./chunk-BOO4O3S2.js");
60
+ var import_chunk_LYIJ7HY6 = require("./chunk-LYIJ7HY6.js");
61
+ var import_chunk_TTLRPXWW = require("./chunk-TTLRPXWW.js");
62
+ var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
63
+ var import_chunk_AYUP7LRP = require("./chunk-AYUP7LRP.js");
64
64
  var import_chunk_ZJWZK45Z = require("./chunk-ZJWZK45Z.js");
65
65
  var import_chunk_2B26F5N3 = require("./chunk-2B26F5N3.js");
66
- var import_chunk_FYZCPL2Z = require("./chunk-FYZCPL2Z.js");
67
66
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
68
67
  var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
69
68
  var import_chunk_BPDMLM32 = require("./chunk-BPDMLM32.js");
@@ -103,7 +102,7 @@ var debug = (0, import_debug.default)("prisma:format");
103
102
  async function formatSchema({ schemas }, inputFormattingOptions) {
104
103
  if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
105
104
  handleFormatPanic(() => {
106
- import_chunk_HEJWJKAQ.prismaSchemaWasm.debug_panic();
105
+ import_chunk_AYUP7LRP.prismaSchemaWasm.debug_panic();
107
106
  });
108
107
  }
109
108
  const defaultFormattingOptions = {
@@ -120,10 +119,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
120
119
  const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
121
120
  const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
122
121
  const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
123
- const lintDiagnostics2 = (0, import_chunk_PELP7NEY.lintSchema)({ schemas: formattedMultipleSchemas2 });
122
+ const lintDiagnostics2 = (0, import_chunk_LYIJ7HY6.lintSchema)({ schemas: formattedMultipleSchemas2 });
124
123
  return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
125
124
  });
126
- const lintWarnings = (0, import_chunk_PELP7NEY.getLintWarningsAsText)(lintDiagnostics);
125
+ const lintWarnings = (0, import_chunk_LYIJ7HY6.getLintWarningsAsText)(lintDiagnostics);
127
126
  if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
128
127
  console.warn(lintWarnings);
129
128
  }
@@ -150,7 +149,7 @@ function handleFormatPanic(tryCb) {
150
149
  }
151
150
  }
152
151
  function formatWasm(schema, documentFormattingParams) {
153
- const formattedSchema = import_chunk_HEJWJKAQ.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
152
+ const formattedSchema = import_chunk_AYUP7LRP.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
154
153
  return formattedSchema;
155
154
  }
156
155
  async function loadSchemaContext({
@@ -165,13 +164,13 @@ async function loadSchemaContext({
165
164
  } = {}) {
166
165
  let schemaResult = null;
167
166
  if (allowNull) {
168
- schemaResult = await (0, import_chunk_OKVM3CW4.getSchemaWithPathOptional)(schemaPathFromArg, schemaPathFromConfig, {
167
+ schemaResult = await (0, import_chunk_EYVG6XQS.getSchemaWithPathOptional)(schemaPathFromArg, schemaPathFromConfig, {
169
168
  argumentName: schemaPathArgumentName,
170
169
  cwd
171
170
  });
172
171
  if (!schemaResult) return null;
173
172
  } else {
174
- schemaResult = await (0, import_chunk_OKVM3CW4.getSchemaWithPath)(schemaPathFromArg, schemaPathFromConfig, {
173
+ schemaResult = await (0, import_chunk_EYVG6XQS.getSchemaWithPath)(schemaPathFromArg, schemaPathFromConfig, {
175
174
  argumentName: schemaPathArgumentName,
176
175
  cwd
177
176
  });
@@ -188,9 +187,9 @@ async function processSchemaResult({
188
187
  const loadedFromPathForLogMessages = import_path.default.relative(cwd, schemaResult.schemaPath);
189
188
  const schemaRootDir = schemaResult.schemaRootDir || cwd;
190
189
  if (printLoadMessage) {
191
- (0, import_chunk_OKVM3CW4.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
190
+ (0, import_chunk_EYVG6XQS.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
192
191
  }
193
- const configFromPsl = await (0, import_chunk_DGWYSK57.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
192
+ const configFromPsl = await (0, import_chunk_WUPVZS4Q.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
194
193
  const datasourceFromPsl = configFromPsl.datasources.at(0);
195
194
  const primaryDatasource = (0, import_chunk_XKZ6CBLA.z)(schemaEngineConfig).with({ engine: "classic" }, ({ datasource }) => {
196
195
  const { url, directUrl, shadowDatabaseUrl } = datasource;
@@ -248,6 +247,7 @@ async function getGenerators(options) {
248
247
  binaryPathsOverride,
249
248
  generatorNames = [],
250
249
  postinstall,
250
+ noEngine,
251
251
  allowNoModels = true,
252
252
  typedSql
253
253
  } = options;
@@ -260,7 +260,7 @@ async function getGenerators(options) {
260
260
  }
261
261
  (0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
262
262
  const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
263
- const dmmf = await (0, import_chunk_4XXX5FAL.getDMMF)({
263
+ const dmmf = await (0, import_chunk_BOO4O3S2.getDMMF)({
264
264
  datamodel: schemaContext.schemaFiles,
265
265
  previewFeatures
266
266
  });
@@ -311,8 +311,8 @@ You need to define \`output\` in the generator block in the schema file.`
311
311
  fromEnvVar: null
312
312
  };
313
313
  }
314
- const datamodel = (0, import_chunk_3GX3XWYB.mergeSchemas)({ schemas: schemaContext.schemaFiles });
315
- const envPaths = (0, import_chunk_6QTN4DDB.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
314
+ const datamodel = (0, import_chunk_TTLRPXWW.mergeSchemas)({ schemas: schemaContext.schemaFiles });
315
+ const envPaths = await (0, import_chunk_46ABODUM.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
316
316
  const options2 = {
317
317
  datamodel,
318
318
  datasources: schemaContext.datasources,
@@ -324,6 +324,7 @@ You need to define \`output\` in the generator block in the schema file.`
324
324
  version: version2 || import_engines.enginesVersion,
325
325
  // this version makes no sense anymore and should be ignored
326
326
  postinstall,
327
+ noEngine,
327
328
  allowNoModels,
328
329
  envPaths,
329
330
  typedSql
@@ -377,9 +378,10 @@ generator gen {
377
378
  }
378
379
  }
379
380
  }
380
- const queryEngineType = (0, import_chunk_B22EOFPW.binaryTypeToEngineType)(import_chunk_FYZCPL2Z.BinaryType.QueryEngineLibrary);
381
+ const queryEngineBinaryType = (0, import_engines.getCliQueryEngineBinaryType)();
382
+ const queryEngineType = (0, import_chunk_RS2R7COT.binaryTypeToEngineType)(queryEngineBinaryType);
381
383
  debug2("neededVersions", JSON.stringify(neededVersions, null, 2));
382
- const { binaryPathsByVersion, binaryTarget } = await (0, import_chunk_5XFNC2RY.getBinaryPathsByVersion)({
384
+ const { binaryPathsByVersion, binaryTarget } = await (0, import_chunk_F2OZV76L.getBinaryPathsByVersion)({
383
385
  neededVersions,
384
386
  // We're lazily computing the binary target here, to avoid printing the
385
387
  // `Prisma failed to detect the libssl/openssl version to use` warning
@@ -401,7 +403,7 @@ generator gen {
401
403
  debug2({ generatorBinaryPaths });
402
404
  generator.setBinaryPaths(generatorBinaryPaths);
403
405
  if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
404
- const customDmmf = await (0, import_chunk_4XXX5FAL.getDMMF)({
406
+ const customDmmf = await (0, import_chunk_BOO4O3S2.getDMMF)({
405
407
  datamodel: schemaContext.schemaFiles,
406
408
  previewFeatures
407
409
  });
@@ -435,6 +437,17 @@ var oldToNewBinaryTargetsMapping = {
435
437
  async function validateGenerators(generators) {
436
438
  const binaryTarget = await (0, import_get_platform.getBinaryTargetForCurrentPlatform)();
437
439
  for (const generator of generators) {
440
+ if (generator.config.platforms) {
441
+ throw new Error(
442
+ `The \`platforms\` field on the generator definition is deprecated. Please rename it to \`binaryTargets\`.`
443
+ );
444
+ }
445
+ if (generator.config.pinnedBinaryTargets) {
446
+ throw new Error(
447
+ `The \`pinnedBinaryTargets\` field on the generator definition is deprecated.
448
+ Please use the PRISMA_QUERY_ENGINE_BINARY env var instead to pin the binary target.`
449
+ );
450
+ }
438
451
  if (generator.binaryTargets) {
439
452
  const binaryTargets2 = generator.binaryTargets && generator.binaryTargets.length > 0 ? generator.binaryTargets : [{ fromEnvVar: null, value: "native" }];
440
453
  const resolvedBinaryTargets = binaryTargets2.flatMap((object) => (0, import_chunk_IOIAK7V7.parseBinaryTargetsEnvValue)(object)).map((p) => p === "native" ? binaryTarget : p);
@@ -511,7 +524,7 @@ function checkUnsupportedDataProxy({
511
524
  }
512
525
  }
513
526
  if (!schemaContext?.primaryDatasource) return;
514
- const url = (0, import_chunk_DGWYSK57.resolveUrl)((0, import_chunk_DGWYSK57.getEffectiveUrl)(schemaContext.primaryDatasource));
527
+ const url = (0, import_chunk_WUPVZS4Q.resolveUrl)((0, import_chunk_WUPVZS4Q.getEffectiveUrl)(schemaContext.primaryDatasource));
515
528
  if (url?.startsWith("prisma://")) {
516
529
  throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
517
530
  }