PostgreSQL

Why

PostgreSQL uses a client/server model. Once the server is running, The PostgreSQL server can handle multiple concurrent connections from clients.

TBD

What

How

  • We should ask locally running psql server to handle all in-development client. Rather than create psql server for each client.

Where

When

References:

Written on September 25, 2024