# db-conn-pgsql **Repository Path**: sparklex/db-conn-pgsql ## Basic Information - **Project Name**: db-conn-pgsql - **Description**: Postgres Database Access - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-16 - **Last Updated**: 2025-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Postgres SQL implementation of db-conn (JDBC like) # Connect to database ``` ``` # Connection Pool ``` ```