prisma
prisma
BlogDocsChangelog

Branches performance

Pull requests

ci: sync next with main automatically#28316
last run
15 hours ago
ci: sync next with main automatically
15 hours ago
8d3ff92
push-pqvyxxwrzplx
CodSpeed Performance Gauge
0%
ci: auto-update engines on next branch
15 hours ago
ed9a7a6
push-orqrmmtxmzzl
CodSpeed Performance Gauge
+1%
fix(qpe): add prisma-transaction-id header in tx start response#28308
last run
1 day ago
fix(qpe): add prisma-transaction-id header in tx start response Closes: https://linear.app/prisma-company/issue/TML-1514/add-prisma-transaction-id-header-to-transactionstart-response-in-qpe
1 day ago
c2ee751
push-oyqpmsnotsps
CodSpeed Performance Gauge
0%
feat(config): add `env` helper Add a helper that safely checks if an environment variable is defined and is not empty, and returns its value if so, otherwise throws an error. This allows users to avoid having boilerplate code related to environment variables in their config files or using unsafe assertions like `process.env.DATABASE_URL!`. Usage: ```ts import { defineConfig, env } from '@prisma/config' export default defineConfig({ engine: 'classic', datasource: { url: env('DATABASE_URL'), }, }) ``` Closes: https://linear.app/prisma-company/issue/TML-1508/env-helper-in-prismaconfig
2 days ago
8b71f16
push-zqmpzoxvmmuu
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms Privacy Docs