@prisma-next/sql-runtime
Advanced tools
+2
-10
@@ -7,4 +7,5 @@ import { MarkerStatement, RuntimeTelemetryEvent, RuntimeVerifyOptions, Plugin, Log } from '@prisma-next/runtime-executor'; | ||
| import { SqlQueryPlan } from '@prisma-next/sql-relational-core/plan'; | ||
| import { OperationSignature, OperationRegistry } from '@prisma-next/operations'; | ||
| import { SqlOperationSignature } from '@prisma-next/sql-operations'; | ||
| import { QueryLaneContext } from '@prisma-next/sql-relational-core/query-lane-context'; | ||
| import { OperationRegistry } from '@prisma-next/operations'; | ||
@@ -15,11 +16,2 @@ declare function extractCodecIds(contract: SqlContract<SqlStorage>): Set<string>; | ||
| interface SqlLoweringSpec { | ||
| readonly targetFamily: 'sql'; | ||
| readonly strategy: 'infix' | 'function'; | ||
| readonly template: string; | ||
| } | ||
| interface SqlOperationSignature extends OperationSignature { | ||
| readonly lowering: SqlLoweringSpec; | ||
| } | ||
| interface RuntimeContext<TContract extends SqlContract<SqlStorage> = SqlContract<SqlStorage>> extends QueryLaneContext<TContract> { | ||
@@ -26,0 +18,0 @@ readonly adapter: Adapter<QueryAst, TContract, LoweredStatement> | Adapter<QueryAst, SqlContract<SqlStorage>, LoweredStatement>; |
+7
-8
| { | ||
| "name": "@prisma-next/sql-runtime", | ||
| "version": "0.1.0-pr.32.8", | ||
| "version": "0.1.0-pr.32.9", | ||
| "type": "module", | ||
@@ -8,10 +8,10 @@ "sideEffects": false, | ||
| "dependencies": { | ||
| "@prisma-next/contract": "0.1.0-pr.32.8", | ||
| "@prisma-next/operations": "0.1.0-pr.32.8", | ||
| "@prisma-next/runtime-executor": "0.1.0-pr.32.8", | ||
| "@prisma-next/sql-contract": "0.1.0-pr.32.8", | ||
| "@prisma-next/sql-relational-core": "0.1.0-pr.32.8" | ||
| "@prisma-next/contract": "0.1.0-pr.32.9", | ||
| "@prisma-next/operations": "0.1.0-pr.32.9", | ||
| "@prisma-next/runtime-executor": "0.1.0-pr.32.9", | ||
| "@prisma-next/sql-contract": "0.1.0-pr.32.9", | ||
| "@prisma-next/sql-operations": "0.1.0-pr.32.9", | ||
| "@prisma-next/sql-relational-core": "0.1.0-pr.32.9" | ||
| }, | ||
| "devDependencies": { | ||
| "@prisma/dev": "^0.1.1", | ||
| "@types/pg": "^8.11.10", | ||
@@ -22,3 +22,2 @@ "pg": "^8.11.5", | ||
| "vitest": "^2.1.1", | ||
| "@prisma-next/driver-postgres": "0.1.0-pr.32.8", | ||
| "@prisma-next/test-utils": "0.0.1" | ||
@@ -25,0 +24,0 @@ }, |
6
-25%52397
-0.43%6
20%518
-1.33%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed