@prisma/orm-postgres 0.16.0-dev.36
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.
- package/LICENSE +201 -0
- package/README.md +56 -0
- package/dist/adapter.d.mts +1 -0
- package/dist/adapter.mjs +2 -0
- package/dist/adapter__adapter.d.mts +1 -0
- package/dist/adapter__adapter.mjs +2 -0
- package/dist/adapter__column-types.d.mts +1 -0
- package/dist/adapter__column-types.mjs +2 -0
- package/dist/adapter__control.d.mts +3 -0
- package/dist/adapter__control.mjs +3 -0
- package/dist/adapter__operation-types.d.mts +1 -0
- package/dist/adapter__operation-types.mjs +2 -0
- package/dist/adapter__runtime.d.mts +3 -0
- package/dist/adapter__runtime.mjs +3 -0
- package/dist/adapter__types.d.mts +1 -0
- package/dist/adapter__types.mjs +2 -0
- package/dist/bin__prisma-next.mjs +3 -0
- package/dist/builder.d.mts +1 -0
- package/dist/builder.mjs +2 -0
- package/dist/builder__runtime.d.mts +1 -0
- package/dist/builder__runtime.mjs +2 -0
- package/dist/builder__types.d.mts +1 -0
- package/dist/builder__types.mjs +2 -0
- package/dist/components.d.mts +1 -0
- package/dist/components.mjs +2 -0
- package/dist/components__authoring.d.mts +1 -0
- package/dist/components__authoring.mjs +2 -0
- package/dist/components__codec.d.mts +1 -0
- package/dist/components__codec.mjs +2 -0
- package/dist/components__components.d.mts +1 -0
- package/dist/components__components.mjs +2 -0
- package/dist/components__control.d.mts +1 -0
- package/dist/components__control.mjs +2 -0
- package/dist/components__emission.d.mts +1 -0
- package/dist/components__emission.mjs +2 -0
- package/dist/components__execution.d.mts +1 -0
- package/dist/components__execution.mjs +2 -0
- package/dist/components__ir.d.mts +1 -0
- package/dist/components__ir.mjs +2 -0
- package/dist/components__psl-ast.d.mts +1 -0
- package/dist/components__psl-ast.mjs +2 -0
- package/dist/components__runtime.d.mts +1 -0
- package/dist/components__runtime.mjs +2 -0
- package/dist/components__utils.d.mts +1 -0
- package/dist/components__utils.mjs +2 -0
- package/dist/config.d.mts +19 -0
- package/dist/config.d.mts.map +1 -0
- package/dist/config.mjs +44 -0
- package/dist/config.mjs.map +1 -0
- package/dist/contract-builder.d.mts +521 -0
- package/dist/contract-builder.d.mts.map +1 -0
- package/dist/contract-builder.mjs +232 -0
- package/dist/contract-builder.mjs.map +1 -0
- package/dist/contract.d.mts +1 -0
- package/dist/contract.mjs +2 -0
- package/dist/contract__apply-specifier-default-control-policy.d.mts +1 -0
- package/dist/contract__apply-specifier-default-control-policy.mjs +2 -0
- package/dist/contract__contract-validation-error.d.mts +1 -0
- package/dist/contract__contract-validation-error.mjs +2 -0
- package/dist/contract__default-namespace.d.mts +1 -0
- package/dist/contract__default-namespace.mjs +2 -0
- package/dist/contract__enum-accessor.d.mts +1 -0
- package/dist/contract__enum-accessor.mjs +2 -0
- package/dist/contract__hashing-utils.d.mts +1 -0
- package/dist/contract__hashing-utils.mjs +2 -0
- package/dist/contract__hashing.d.mts +1 -0
- package/dist/contract__hashing.mjs +2 -0
- package/dist/contract__is-plain-record.d.mts +1 -0
- package/dist/contract__is-plain-record.mjs +2 -0
- package/dist/contract__resolve-domain-model.d.mts +1 -0
- package/dist/contract__resolve-domain-model.mjs +2 -0
- package/dist/contract__types.d.mts +1 -0
- package/dist/contract__types.mjs +2 -0
- package/dist/contract__validate-domain.d.mts +1 -0
- package/dist/contract__validate-domain.mjs +2 -0
- package/dist/control.d.mts +20 -0
- package/dist/control.d.mts.map +1 -0
- package/dist/control.mjs +29 -0
- package/dist/control.mjs.map +1 -0
- package/dist/driver.d.mts +1 -0
- package/dist/driver.mjs +2 -0
- package/dist/driver__control.d.mts +3 -0
- package/dist/driver__control.mjs +3 -0
- package/dist/driver__runtime.d.mts +3 -0
- package/dist/driver__runtime.mjs +3 -0
- package/dist/errors-DfWK9xep-CYOOg0sB.mjs +9 -0
- package/dist/errors-DfWK9xep-CYOOg0sB.mjs.map +1 -0
- package/dist/family-contract.d.mts +1 -0
- package/dist/family-contract.mjs +2 -0
- package/dist/family-contract__canonicalization-hooks.d.mts +1 -0
- package/dist/family-contract__canonicalization-hooks.mjs +2 -0
- package/dist/family-contract__contract-view.d.mts +1 -0
- package/dist/family-contract__contract-view.mjs +2 -0
- package/dist/family-contract__entity-handle-lowering-hook.d.mts +1 -0
- package/dist/family-contract__entity-handle-lowering-hook.mjs +2 -0
- package/dist/family-contract__entity-kinds.d.mts +1 -0
- package/dist/family-contract__entity-kinds.mjs +2 -0
- package/dist/family-contract__factories.d.mts +1 -0
- package/dist/family-contract__factories.mjs +2 -0
- package/dist/family-contract__foreign-key-materialization.d.mts +1 -0
- package/dist/family-contract__foreign-key-materialization.mjs +2 -0
- package/dist/family-contract__index-naming.d.mts +1 -0
- package/dist/family-contract__index-naming.mjs +2 -0
- package/dist/family-contract__index-type-validation.d.mts +1 -0
- package/dist/family-contract__index-type-validation.mjs +2 -0
- package/dist/family-contract__index-types.d.mts +1 -0
- package/dist/family-contract__index-types.mjs +2 -0
- package/dist/family-contract__pack-types.d.mts +1 -0
- package/dist/family-contract__pack-types.mjs +2 -0
- package/dist/family-contract__referential-action-sql.d.mts +1 -0
- package/dist/family-contract__referential-action-sql.mjs +2 -0
- package/dist/family-contract__resolve-storage-table.d.mts +1 -0
- package/dist/family-contract__resolve-storage-table.mjs +2 -0
- package/dist/family-contract__types.d.mts +1 -0
- package/dist/family-contract__types.mjs +2 -0
- package/dist/family-contract__validators.d.mts +1 -0
- package/dist/family-contract__validators.mjs +2 -0
- package/dist/family-contract__value-set-derivation-hook.d.mts +1 -0
- package/dist/family-contract__value-set-derivation-hook.mjs +2 -0
- package/dist/family-runtime.d.mts +1 -0
- package/dist/family-runtime.mjs +2 -0
- package/dist/family.d.mts +2 -0
- package/dist/family.mjs +2 -0
- package/dist/family__control-adapter.d.mts +1 -0
- package/dist/family__control-adapter.mjs +2 -0
- package/dist/family__control.d.mts +3 -0
- package/dist/family__control.mjs +3 -0
- package/dist/family__diff.d.mts +1 -0
- package/dist/family__diff.mjs +2 -0
- package/dist/family__ir.d.mts +1 -0
- package/dist/family__ir.mjs +2 -0
- package/dist/family__migration.d.mts +1 -0
- package/dist/family__migration.mjs +2 -0
- package/dist/family__pack.d.mts +3 -0
- package/dist/family__pack.mjs +3 -0
- package/dist/family__psl-infer.d.mts +1 -0
- package/dist/family__psl-infer.mjs +2 -0
- package/dist/family__runtime.d.mts +3 -0
- package/dist/family__runtime.mjs +3 -0
- package/dist/family__verify.d.mts +1 -0
- package/dist/family__verify.mjs +2 -0
- package/dist/migration-tools__aggregate.d.mts +1 -0
- package/dist/migration-tools__aggregate.mjs +2 -0
- package/dist/migration-tools__contract-snapshot-store.d.mts +1 -0
- package/dist/migration-tools__contract-snapshot-store.mjs +2 -0
- package/dist/migration-tools__hash.d.mts +1 -0
- package/dist/migration-tools__hash.mjs +2 -0
- package/dist/migration-tools__io.d.mts +1 -0
- package/dist/migration-tools__io.mjs +2 -0
- package/dist/migration-tools__spaces.d.mts +1 -0
- package/dist/migration-tools__spaces.mjs +2 -0
- package/dist/migration.d.mts +1 -0
- package/dist/migration.mjs +2 -0
- package/dist/orm-client.d.mts +1 -0
- package/dist/orm-client.mjs +2 -0
- package/dist/postgres-DfqgVPdF-DhNG3N-h.d.mts +133 -0
- package/dist/postgres-DfqgVPdF-DhNG3N-h.d.mts.map +1 -0
- package/dist/postgres-runtime-GybTEgP4-DpGY305_.mjs +7 -0
- package/dist/postgres-runtime-GybTEgP4-DpGY305_.mjs.map +1 -0
- package/dist/postgres-static-CRl91mRo-Dw1sFrog.mjs +74 -0
- package/dist/postgres-static-CRl91mRo-Dw1sFrog.mjs.map +1 -0
- package/dist/relational-core.d.mts +1 -0
- package/dist/relational-core.mjs +2 -0
- package/dist/relational-core__ast.d.mts +1 -0
- package/dist/relational-core__ast.mjs +2 -0
- package/dist/relational-core__codec-descriptor-registry.d.mts +1 -0
- package/dist/relational-core__codec-descriptor-registry.mjs +2 -0
- package/dist/relational-core__contract-free.d.mts +1 -0
- package/dist/relational-core__contract-free.mjs +2 -0
- package/dist/relational-core__expression.d.mts +1 -0
- package/dist/relational-core__expression.mjs +2 -0
- package/dist/relational-core__middleware.d.mts +1 -0
- package/dist/relational-core__middleware.mjs +2 -0
- package/dist/relational-core__plan.d.mts +1 -0
- package/dist/relational-core__plan.mjs +2 -0
- package/dist/relational-core__query-lane-context.d.mts +1 -0
- package/dist/relational-core__query-lane-context.mjs +2 -0
- package/dist/relational-core__types.d.mts +1 -0
- package/dist/relational-core__types.mjs +2 -0
- package/dist/runtime.d.mts +18 -0
- package/dist/runtime.d.mts.map +1 -0
- package/dist/runtime.mjs +239 -0
- package/dist/runtime.mjs.map +1 -0
- package/dist/schema-ir__types.d.mts +1 -0
- package/dist/schema-ir__types.mjs +2 -0
- package/dist/serverless.d.mts +62 -0
- package/dist/serverless.d.mts.map +1 -0
- package/dist/serverless.mjs +86 -0
- package/dist/serverless.mjs.map +1 -0
- package/dist/static.d.mts +24 -0
- package/dist/static.d.mts.map +1 -0
- package/dist/static.mjs +2 -0
- package/dist/target.d.mts +2 -0
- package/dist/target.mjs +2 -0
- package/dist/target__codec-descriptor.d.mts +1 -0
- package/dist/target__codec-descriptor.mjs +2 -0
- package/dist/target__codec-ids.d.mts +1 -0
- package/dist/target__codec-ids.mjs +2 -0
- package/dist/target__codec-types.d.mts +1 -0
- package/dist/target__codec-types.mjs +2 -0
- package/dist/target__codecs.d.mts +1 -0
- package/dist/target__codecs.mjs +2 -0
- package/dist/target__contract-free.d.mts +1 -0
- package/dist/target__contract-free.mjs +2 -0
- package/dist/target__control.d.mts +3 -0
- package/dist/target__control.mjs +3 -0
- package/dist/target__data-transform.d.mts +1 -0
- package/dist/target__data-transform.mjs +2 -0
- package/dist/target__ddl.d.mts +1 -0
- package/dist/target__ddl.mjs +2 -0
- package/dist/target__default-normalizer.d.mts +1 -0
- package/dist/target__default-normalizer.mjs +2 -0
- package/dist/target__diff-database-schema.d.mts +1 -0
- package/dist/target__diff-database-schema.mjs +2 -0
- package/dist/target__errors.d.mts +1 -0
- package/dist/target__errors.mjs +2 -0
- package/dist/target__issue-planner.d.mts +1 -0
- package/dist/target__issue-planner.mjs +2 -0
- package/dist/target__migration.d.mts +1 -0
- package/dist/target__migration.mjs +2 -0
- package/dist/target__native-type-normalizer.d.mts +1 -0
- package/dist/target__native-type-normalizer.mjs +2 -0
- package/dist/target__op-factory-call.d.mts +1 -0
- package/dist/target__op-factory-call.mjs +2 -0
- package/dist/target__pack.d.mts +3 -0
- package/dist/target__pack.mjs +3 -0
- package/dist/target__planner-ddl-builders.d.mts +1 -0
- package/dist/target__planner-ddl-builders.mjs +2 -0
- package/dist/target__planner-identity-values.d.mts +1 -0
- package/dist/target__planner-identity-values.mjs +2 -0
- package/dist/target__planner-produced-postgres-migration.d.mts +1 -0
- package/dist/target__planner-produced-postgres-migration.mjs +2 -0
- package/dist/target__planner-schema-lookup.d.mts +1 -0
- package/dist/target__planner-schema-lookup.mjs +2 -0
- package/dist/target__planner-sql-checks.d.mts +1 -0
- package/dist/target__planner-sql-checks.mjs +2 -0
- package/dist/target__planner-target-details.d.mts +1 -0
- package/dist/target__planner-target-details.mjs +2 -0
- package/dist/target__planner.d.mts +1 -0
- package/dist/target__planner.mjs +2 -0
- package/dist/target__render-ops.d.mts +1 -0
- package/dist/target__render-ops.mjs +2 -0
- package/dist/target__render-typescript.d.mts +1 -0
- package/dist/target__render-typescript.mjs +2 -0
- package/dist/target__rls-canonicalize.d.mts +1 -0
- package/dist/target__rls-canonicalize.mjs +2 -0
- package/dist/target__runtime.d.mts +3 -0
- package/dist/target__runtime.mjs +3 -0
- package/dist/target__schema-ir-annotations.d.mts +1 -0
- package/dist/target__schema-ir-annotations.mjs +2 -0
- package/dist/target__sql-utils.d.mts +1 -0
- package/dist/target__sql-utils.mjs +2 -0
- package/dist/target__types.d.mts +1 -0
- package/dist/target__types.mjs +2 -0
- package/dist/utils.d.mts +1 -0
- package/dist/utils.mjs +2 -0
- package/dist/utils__abortable.d.mts +1 -0
- package/dist/utils__abortable.mjs +2 -0
- package/dist/utils__array-equal.d.mts +1 -0
- package/dist/utils__array-equal.mjs +2 -0
- package/dist/utils__assertions.d.mts +1 -0
- package/dist/utils__assertions.mjs +2 -0
- package/dist/utils__canonical-stringify.d.mts +1 -0
- package/dist/utils__canonical-stringify.mjs +2 -0
- package/dist/utils__casts.d.mts +1 -0
- package/dist/utils__casts.mjs +2 -0
- package/dist/utils__defined.d.mts +1 -0
- package/dist/utils__defined.mjs +2 -0
- package/dist/utils__hash-content.d.mts +1 -0
- package/dist/utils__hash-content.mjs +2 -0
- package/dist/utils__internal-error.d.mts +1 -0
- package/dist/utils__internal-error.mjs +2 -0
- package/dist/utils__json.d.mts +1 -0
- package/dist/utils__json.mjs +2 -0
- package/dist/utils__promise.d.mts +1 -0
- package/dist/utils__promise.mjs +2 -0
- package/dist/utils__redact-db-url.d.mts +1 -0
- package/dist/utils__redact-db-url.mjs +2 -0
- package/dist/utils__result.d.mts +1 -0
- package/dist/utils__result.mjs +2 -0
- package/dist/utils__simplify-deep.d.mts +1 -0
- package/dist/utils__simplify-deep.mjs +2 -0
- package/dist/utils__structured-error.d.mts +1 -0
- package/dist/utils__structured-error.mjs +2 -0
- package/dist/utils__types.d.mts +1 -0
- package/dist/utils__types.mjs +2 -0
- package/dist/vite-plugin-contract-emit.d.mts +1 -0
- package/dist/vite-plugin-contract-emit.mjs +2 -0
- package/package.json +188 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-target-postgres/target/planner-schema-lookup";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-target-postgres/target/planner-sql-checks";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-target-postgres/target/planner-target-details";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-target-postgres/target/planner";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-target-postgres/target/render-ops";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-target-postgres/target/render-typescript";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-target-postgres/target/rls-canonicalize";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-target-postgres/target/schema-ir-annotations";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-target-postgres/target/sql-utils";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-target-postgres/target/types";
|
package/dist/utils.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-framework/utils";
|
package/dist/utils.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-framework/utils/abortable";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-framework/utils/array-equal";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-framework/utils/assertions";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-framework/utils/canonical-stringify";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-framework/utils/casts";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-framework/utils/defined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-framework/utils/hash-content";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-framework/utils/internal-error";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-framework/utils/json";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-framework/utils/promise";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-framework/utils/redact-db-url";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-framework/utils/result";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-framework/utils/simplify-deep";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-framework/utils/structured-error";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-framework/utils/types";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@prisma/orm-toolchain/vite-plugin-contract-emit";
|
package/package.json
ADDED
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@prisma/orm-postgres",
|
|
3
|
+
"version": "0.16.0-dev.36",
|
|
4
|
+
"license": "Apache-2.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"sideEffects": false,
|
|
7
|
+
"description": "Prisma Next for Postgres: the one package a Postgres application installs",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@prisma/orm-family-sql": "0.16.0-dev.36",
|
|
13
|
+
"@prisma/orm-framework": "0.16.0-dev.36",
|
|
14
|
+
"@prisma/orm-target-postgres": "0.16.0-dev.36",
|
|
15
|
+
"@prisma/orm-toolchain": "0.16.0-dev.36",
|
|
16
|
+
"@types/pg": "8.20.0",
|
|
17
|
+
"pathe": "^2.0.3",
|
|
18
|
+
"pg": "8.22.0"
|
|
19
|
+
},
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"@internal/postgres": "0.16.0-dev.36",
|
|
22
|
+
"@repo/tsconfig": "0.16.0-dev.36",
|
|
23
|
+
"@internal/publish-surface": "0.16.0-dev.36",
|
|
24
|
+
"@repo/tsdown": "0.16.0-dev.36",
|
|
25
|
+
"tsdown": "0.22.14",
|
|
26
|
+
"typescript": "5.9.3",
|
|
27
|
+
"vitest": "4.1.10"
|
|
28
|
+
},
|
|
29
|
+
"peerDependencies": {
|
|
30
|
+
"typescript": ">=5.9"
|
|
31
|
+
},
|
|
32
|
+
"peerDependenciesMeta": {
|
|
33
|
+
"typescript": {
|
|
34
|
+
"optional": true
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"exports": {
|
|
38
|
+
"./adapter": "./dist/adapter.mjs",
|
|
39
|
+
"./adapter/adapter": "./dist/adapter__adapter.mjs",
|
|
40
|
+
"./adapter/column-types": "./dist/adapter__column-types.mjs",
|
|
41
|
+
"./adapter/control": "./dist/adapter__control.mjs",
|
|
42
|
+
"./adapter/operation-types": "./dist/adapter__operation-types.mjs",
|
|
43
|
+
"./adapter/runtime": "./dist/adapter__runtime.mjs",
|
|
44
|
+
"./adapter/types": "./dist/adapter__types.mjs",
|
|
45
|
+
"./bin/prisma-next": "./dist/bin__prisma-next.mjs",
|
|
46
|
+
"./builder": "./dist/builder.mjs",
|
|
47
|
+
"./builder/runtime": "./dist/builder__runtime.mjs",
|
|
48
|
+
"./builder/types": "./dist/builder__types.mjs",
|
|
49
|
+
"./components": "./dist/components.mjs",
|
|
50
|
+
"./components/authoring": "./dist/components__authoring.mjs",
|
|
51
|
+
"./components/codec": "./dist/components__codec.mjs",
|
|
52
|
+
"./components/components": "./dist/components__components.mjs",
|
|
53
|
+
"./components/control": "./dist/components__control.mjs",
|
|
54
|
+
"./components/emission": "./dist/components__emission.mjs",
|
|
55
|
+
"./components/execution": "./dist/components__execution.mjs",
|
|
56
|
+
"./components/ir": "./dist/components__ir.mjs",
|
|
57
|
+
"./components/psl-ast": "./dist/components__psl-ast.mjs",
|
|
58
|
+
"./components/runtime": "./dist/components__runtime.mjs",
|
|
59
|
+
"./components/utils": "./dist/components__utils.mjs",
|
|
60
|
+
"./config": "./dist/config.mjs",
|
|
61
|
+
"./contract": "./dist/contract.mjs",
|
|
62
|
+
"./contract/apply-specifier-default-control-policy": "./dist/contract__apply-specifier-default-control-policy.mjs",
|
|
63
|
+
"./contract/contract-validation-error": "./dist/contract__contract-validation-error.mjs",
|
|
64
|
+
"./contract/default-namespace": "./dist/contract__default-namespace.mjs",
|
|
65
|
+
"./contract/enum-accessor": "./dist/contract__enum-accessor.mjs",
|
|
66
|
+
"./contract/hashing": "./dist/contract__hashing.mjs",
|
|
67
|
+
"./contract/hashing-utils": "./dist/contract__hashing-utils.mjs",
|
|
68
|
+
"./contract/is-plain-record": "./dist/contract__is-plain-record.mjs",
|
|
69
|
+
"./contract/resolve-domain-model": "./dist/contract__resolve-domain-model.mjs",
|
|
70
|
+
"./contract/types": "./dist/contract__types.mjs",
|
|
71
|
+
"./contract/validate-domain": "./dist/contract__validate-domain.mjs",
|
|
72
|
+
"./contract-builder": "./dist/contract-builder.mjs",
|
|
73
|
+
"./control": "./dist/control.mjs",
|
|
74
|
+
"./driver": "./dist/driver.mjs",
|
|
75
|
+
"./driver/control": "./dist/driver__control.mjs",
|
|
76
|
+
"./driver/runtime": "./dist/driver__runtime.mjs",
|
|
77
|
+
"./family": "./dist/family.mjs",
|
|
78
|
+
"./family/control": "./dist/family__control.mjs",
|
|
79
|
+
"./family/control-adapter": "./dist/family__control-adapter.mjs",
|
|
80
|
+
"./family/diff": "./dist/family__diff.mjs",
|
|
81
|
+
"./family/ir": "./dist/family__ir.mjs",
|
|
82
|
+
"./family/migration": "./dist/family__migration.mjs",
|
|
83
|
+
"./family/pack": "./dist/family__pack.mjs",
|
|
84
|
+
"./family/psl-infer": "./dist/family__psl-infer.mjs",
|
|
85
|
+
"./family/runtime": "./dist/family__runtime.mjs",
|
|
86
|
+
"./family/verify": "./dist/family__verify.mjs",
|
|
87
|
+
"./family-contract": "./dist/family-contract.mjs",
|
|
88
|
+
"./family-contract/canonicalization-hooks": "./dist/family-contract__canonicalization-hooks.mjs",
|
|
89
|
+
"./family-contract/contract-view": "./dist/family-contract__contract-view.mjs",
|
|
90
|
+
"./family-contract/entity-handle-lowering-hook": "./dist/family-contract__entity-handle-lowering-hook.mjs",
|
|
91
|
+
"./family-contract/entity-kinds": "./dist/family-contract__entity-kinds.mjs",
|
|
92
|
+
"./family-contract/factories": "./dist/family-contract__factories.mjs",
|
|
93
|
+
"./family-contract/foreign-key-materialization": "./dist/family-contract__foreign-key-materialization.mjs",
|
|
94
|
+
"./family-contract/index-naming": "./dist/family-contract__index-naming.mjs",
|
|
95
|
+
"./family-contract/index-type-validation": "./dist/family-contract__index-type-validation.mjs",
|
|
96
|
+
"./family-contract/index-types": "./dist/family-contract__index-types.mjs",
|
|
97
|
+
"./family-contract/pack-types": "./dist/family-contract__pack-types.mjs",
|
|
98
|
+
"./family-contract/referential-action-sql": "./dist/family-contract__referential-action-sql.mjs",
|
|
99
|
+
"./family-contract/resolve-storage-table": "./dist/family-contract__resolve-storage-table.mjs",
|
|
100
|
+
"./family-contract/types": "./dist/family-contract__types.mjs",
|
|
101
|
+
"./family-contract/validators": "./dist/family-contract__validators.mjs",
|
|
102
|
+
"./family-contract/value-set-derivation-hook": "./dist/family-contract__value-set-derivation-hook.mjs",
|
|
103
|
+
"./family-runtime": "./dist/family-runtime.mjs",
|
|
104
|
+
"./migration": "./dist/migration.mjs",
|
|
105
|
+
"./migration-tools/aggregate": "./dist/migration-tools__aggregate.mjs",
|
|
106
|
+
"./migration-tools/contract-snapshot-store": "./dist/migration-tools__contract-snapshot-store.mjs",
|
|
107
|
+
"./migration-tools/hash": "./dist/migration-tools__hash.mjs",
|
|
108
|
+
"./migration-tools/io": "./dist/migration-tools__io.mjs",
|
|
109
|
+
"./migration-tools/spaces": "./dist/migration-tools__spaces.mjs",
|
|
110
|
+
"./orm-client": "./dist/orm-client.mjs",
|
|
111
|
+
"./relational-core": "./dist/relational-core.mjs",
|
|
112
|
+
"./relational-core/ast": "./dist/relational-core__ast.mjs",
|
|
113
|
+
"./relational-core/codec-descriptor-registry": "./dist/relational-core__codec-descriptor-registry.mjs",
|
|
114
|
+
"./relational-core/contract-free": "./dist/relational-core__contract-free.mjs",
|
|
115
|
+
"./relational-core/expression": "./dist/relational-core__expression.mjs",
|
|
116
|
+
"./relational-core/middleware": "./dist/relational-core__middleware.mjs",
|
|
117
|
+
"./relational-core/plan": "./dist/relational-core__plan.mjs",
|
|
118
|
+
"./relational-core/query-lane-context": "./dist/relational-core__query-lane-context.mjs",
|
|
119
|
+
"./relational-core/types": "./dist/relational-core__types.mjs",
|
|
120
|
+
"./runtime": "./dist/runtime.mjs",
|
|
121
|
+
"./schema-ir/types": "./dist/schema-ir__types.mjs",
|
|
122
|
+
"./serverless": "./dist/serverless.mjs",
|
|
123
|
+
"./static": "./dist/static.mjs",
|
|
124
|
+
"./target": "./dist/target.mjs",
|
|
125
|
+
"./target/codec-descriptor": "./dist/target__codec-descriptor.mjs",
|
|
126
|
+
"./target/codec-ids": "./dist/target__codec-ids.mjs",
|
|
127
|
+
"./target/codec-types": "./dist/target__codec-types.mjs",
|
|
128
|
+
"./target/codecs": "./dist/target__codecs.mjs",
|
|
129
|
+
"./target/contract-free": "./dist/target__contract-free.mjs",
|
|
130
|
+
"./target/control": "./dist/target__control.mjs",
|
|
131
|
+
"./target/data-transform": "./dist/target__data-transform.mjs",
|
|
132
|
+
"./target/ddl": "./dist/target__ddl.mjs",
|
|
133
|
+
"./target/default-normalizer": "./dist/target__default-normalizer.mjs",
|
|
134
|
+
"./target/diff-database-schema": "./dist/target__diff-database-schema.mjs",
|
|
135
|
+
"./target/errors": "./dist/target__errors.mjs",
|
|
136
|
+
"./target/issue-planner": "./dist/target__issue-planner.mjs",
|
|
137
|
+
"./target/migration": "./dist/target__migration.mjs",
|
|
138
|
+
"./target/native-type-normalizer": "./dist/target__native-type-normalizer.mjs",
|
|
139
|
+
"./target/op-factory-call": "./dist/target__op-factory-call.mjs",
|
|
140
|
+
"./target/pack": "./dist/target__pack.mjs",
|
|
141
|
+
"./target/planner": "./dist/target__planner.mjs",
|
|
142
|
+
"./target/planner-ddl-builders": "./dist/target__planner-ddl-builders.mjs",
|
|
143
|
+
"./target/planner-identity-values": "./dist/target__planner-identity-values.mjs",
|
|
144
|
+
"./target/planner-produced-postgres-migration": "./dist/target__planner-produced-postgres-migration.mjs",
|
|
145
|
+
"./target/planner-schema-lookup": "./dist/target__planner-schema-lookup.mjs",
|
|
146
|
+
"./target/planner-sql-checks": "./dist/target__planner-sql-checks.mjs",
|
|
147
|
+
"./target/planner-target-details": "./dist/target__planner-target-details.mjs",
|
|
148
|
+
"./target/render-ops": "./dist/target__render-ops.mjs",
|
|
149
|
+
"./target/render-typescript": "./dist/target__render-typescript.mjs",
|
|
150
|
+
"./target/rls-canonicalize": "./dist/target__rls-canonicalize.mjs",
|
|
151
|
+
"./target/runtime": "./dist/target__runtime.mjs",
|
|
152
|
+
"./target/schema-ir-annotations": "./dist/target__schema-ir-annotations.mjs",
|
|
153
|
+
"./target/sql-utils": "./dist/target__sql-utils.mjs",
|
|
154
|
+
"./target/types": "./dist/target__types.mjs",
|
|
155
|
+
"./utils": "./dist/utils.mjs",
|
|
156
|
+
"./utils/abortable": "./dist/utils__abortable.mjs",
|
|
157
|
+
"./utils/array-equal": "./dist/utils__array-equal.mjs",
|
|
158
|
+
"./utils/assertions": "./dist/utils__assertions.mjs",
|
|
159
|
+
"./utils/canonical-stringify": "./dist/utils__canonical-stringify.mjs",
|
|
160
|
+
"./utils/casts": "./dist/utils__casts.mjs",
|
|
161
|
+
"./utils/defined": "./dist/utils__defined.mjs",
|
|
162
|
+
"./utils/hash-content": "./dist/utils__hash-content.mjs",
|
|
163
|
+
"./utils/internal-error": "./dist/utils__internal-error.mjs",
|
|
164
|
+
"./utils/json": "./dist/utils__json.mjs",
|
|
165
|
+
"./utils/promise": "./dist/utils__promise.mjs",
|
|
166
|
+
"./utils/redact-db-url": "./dist/utils__redact-db-url.mjs",
|
|
167
|
+
"./utils/result": "./dist/utils__result.mjs",
|
|
168
|
+
"./utils/simplify-deep": "./dist/utils__simplify-deep.mjs",
|
|
169
|
+
"./utils/structured-error": "./dist/utils__structured-error.mjs",
|
|
170
|
+
"./utils/types": "./dist/utils__types.mjs",
|
|
171
|
+
"./vite-plugin-contract-emit": "./dist/vite-plugin-contract-emit.mjs",
|
|
172
|
+
"./package.json": "./package.json"
|
|
173
|
+
},
|
|
174
|
+
"bin": {
|
|
175
|
+
"prisma-next": "./dist/bin__prisma-next.mjs"
|
|
176
|
+
},
|
|
177
|
+
"repository": {
|
|
178
|
+
"type": "git",
|
|
179
|
+
"url": "https://github.com/prisma/prisma.git",
|
|
180
|
+
"directory": "packages/9-public/@prisma/orm-postgres"
|
|
181
|
+
},
|
|
182
|
+
"scripts": {
|
|
183
|
+
"build": "tsdown",
|
|
184
|
+
"lint": "biome check . --error-on-warnings",
|
|
185
|
+
"clean": "rm -rf dist src-gen",
|
|
186
|
+
"test": "vitest run"
|
|
187
|
+
}
|
|
188
|
+
}
|