Class PostgresJdbcLiveAdapter

java.lang.Object
app.ductape.sdk.database.adapters.BaseAdapter
app.ductape.sdk.database.adapters.PostgresJdbcLiveAdapter

public class PostgresJdbcLiveAdapter extends BaseAdapter
Real PostgreSQL adapter via pgjdbc (Go PostgresPgxAdapter / .NET NpgsqlPostgreSqlAdapter parity). Plain JDBC Connection, no connection pool — the VPC connector tunnel local proxy only accepts a single TCP connection per connect() call, so pooling beyond 1 connection would be unusable anyway.