Registry / database / jooq
library3.21.2javamavenunverified

jOOQ combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.

<dependency> <groupId>org.jooq</groupId> <artifactId>jooq</artifactId> <version>3.21.2</version> </dependency>
INSTALL
IMPORT
SIG · JOOQ
J
jooq
databasejavav3.21.2
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.

DSLContext
org.jooq.DSLContext

Create a DSLContext and run a simple query

import org.jooq.DSLContext; import org.jooq.impl.DSL; DSLContext create = DSL.using("jdbc:postgresql://localhost/mydb"); create.select().from("my_table").fetch();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.21.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Resources
jooq — mvn dependency:get jooq · libregistry