# jpgsql-client **Repository Path**: mirrors_auth0/jpgsql-client ## Basic Information - **Project Name**: jpgsql-client - **Description**: A non JDBC interface to PostgreSQL, with multiple protocol implementations. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Java PostgreSQL Client Non JDBC client for working with PostgreSQL. It provides a lean & simple API without all the JDBC bells and whistles (overhead). The API can be used for both blocking and non blocking clients, and a default JDBC thread pooled backed version lets you use it in the non blocking fashion.