SECTOR 0x01
Direct access
Use the direct URL when you need a normal PostgreSQL session, administrative SQL access, or migration tools that expect a direct database connection.
/* CapyDB speaks normal Postgres: one direct URL, one pooled URL, both usable from standard clients and frameworks. */
Use the direct URL when you need a normal PostgreSQL session, administrative SQL access, or migration tools that expect a direct database connection.
Use the pooled URL for app traffic with many short-lived connections. The current infrastructure layer uses pgBouncer so your app can stay busy without turning connections into confetti.