Groovy SQL provides a simpler and more Groovy-like API for working with JDBC, making database operations more concise and expressive.
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-sql</artifactId>
<version>3.0.25</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal Groovy SQL usage to connect to an H2 in-memory database, create a table, insert a row, and query it.
No known issues recorded.
No dependency data recorded yet.