Registry / database / quarkus-jdbc-postgresql

quarkus-jdbc-postgresql

JSON →
library3.35.1javamavenunverified

Connect to the PostgreSQL database via JDBC in Quarkus applications.

<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-jdbc-postgresql</artifactId> <version>3.35.1</version> </dependency>
INSTALL
IMPORT
SIG · QUARKUS-JDBC-POSTG
Q
quarkus-jdbc-postgresql
databasejavav3.35.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataSource
io.quarkus.agroal.DataSource

Minimal example showing how to inject a PostgreSQL datasource in Quarkus.

import io.quarkus.agroal.DataSource; @DataSource("postgresql") public class MyService { // Use the injected datasource }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.35.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Meta
1
Amazon
1
Resources
quarkus-jdbc-postgresql — mvn dependency:get quarkus-jdbc-postgresql · libregistry