Twitter/X

@kiwicopple: one of the most tedious parts of Postgres is connection management if you use a connection pooler (...

one of the most tedious parts of Postgres is connection management

if you use a connection pooler (almost always the case), you usually need to choose between Transaction Mode, Statement Mode, or Session Mode

with @multigres you don't need to choose. coming soon to supabase