- Verified default_pool_size default (20) from official docs
- Clarified max_user_connections is per-user limit (not global)
- Added Postgres max_connections configuration section
- Included formula for sizing max_connections appropriately
- Condensed to 44 lines while adding more content
Co-authored-by: Benjamin <bddicken@users.noreply.github.com>
- New pgbouncer-configuration.md with pool sizing best practices
- Covers default_pool_size multiplication per database/role pair
- Documents max_user_connections as global ceiling
- Includes configuration examples and monitoring queries
- Under 50 lines for quick reference
Co-authored-by: Benjamin <bddicken@users.noreply.github.com>
Enable Cursor plugin installation by adding a root plugin manifest and documenting the `/add-plugin database-skills` flow so users can install these skills directly in Cursor.
Co-authored-by: Cursor <cursoragent@cursor.com>