Open
Description
Is your feature request related to a problem? Please describe.
For some applications, it may not be possible to list all databases the application can connect to (for instance when each customer has his own database). For these, it's better to use a feature similar to the automatic pool in pgbouncer, cf. https://www.pgbouncer.org/config.html section databases.
Describe the solution you'd like
Be able to describe an automatic pool generator in the configuration.
Describe alternatives you've considered
None known
Additional context
None