Registry / database / agroal-api

agroal-api

JSON →
library3.1.1javamavenunverified

The natural database connection pool

<dependency> <groupId>io.agroal</groupId> <artifactId>agroal-api</artifactId> <version>3.1.1</version> </dependency>
INSTALL
IMPORT
SIG · AGROAL-API
A
agroal-api
databasejavav3.1.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.

AgroalDataSource
io.agroal.api.AgroalDataSource

Minimal Agroal DataSource creation example.

import io.agroal.api.AgroalDataSource; import io.agroal.api.configuration.AgroalDataSourceConfiguration; public class Example { public static void main(String[] args) throws Exception { AgroalDataSourceConfiguration config = AgroalDataSourceConfiguration.from("jdbc:h2:mem:test"); AgroalDataSource ds = AgroalDataSource.from(config); System.out.println("DataSource created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
28
OpenAI (training)
2
Resources
agroal-api — mvn dependency:get agroal-api · libregistry