TAG ARCHIVE
Everything on postgres.
2 articles tagged postgres, sorted newest first.
laravel
Run Laravel Behind PgBouncer in Transaction Mode Without Breaking Booleans
PgBouncer's transaction mode breaks PDO prepared statements, and the classic emulated-prepares workaround then breaks your boolean columns. Laravel 13.17 fixes both properly.
11 min read →
laravel-cloud
Laravel Cloud Serverless Postgres + pgvector: Five-Minute Setup
Laravel Cloud's Serverless Postgres ships with pgvector preinstalled and hibernates when idle. Here's the fastest path from 'I need vector search' to a working migration.
6 min read →