link connection string from connection pool

Closes #647
This commit is contained in:
steve-chavez
2023-08-10 08:49:55 -05:00
committed by Steve Chavez
parent e82dc41a6a
commit 43a8745e62
+5
View File
@@ -7,6 +7,11 @@ A connection pool is a cache of reusable database connections. It allows serving
Minimizing connections is paramount to performance. Each PostgreSQL connection creates a process, having too many can exhaust available resources.
Connection String
-----------------
For connecting to the database, the pool requires a connection string. You can can configure it using :ref:`db-uri`.
.. _pool_growth_limit:
.. _dyn_conn_pool: