This package contains classes used to create connection components for PostgreSQL databases.
Classes
PostgresConnection
PostgreSQL connection using the official driver. By defining a connection and sharing it through multiple persistence components you can reduce the number of used database connections.
PostgresConnectionResolver
Helper class that resolves PostgreSQL connection and credential parameters, validates them and generates a connection URI. It is able to process multiple connections to PostgreSQL cluster nodes.