Changes.Watch

Postgres changelog digest

Oct 20 - Oct 26, 2025. Useful releases, risky migrations, and noisy updates from the Postgres channel.

No matching updates in this bucket.

Postgres updates in 2025-w43

6.18.0

  • prisma init now scaffolds a prisma.config.ts and enables datasource and engine configuration via this file, preparing for Prisma 7 requirements
  • added support for multiple Prisma instances with different providers, an env helper, js/classic engine types, and automatic Bytes‑to‑Uint8Array mapping based on TypeScript version
  • console now displays database usage metrics such as total egress, average response size, and query duration for Prisma Postgres