Registry / database / jooq-meta

jooq-meta

JSON →
library3.21.5javamavenunverified

jOOQ's metadata source module used by the code generator to introspect database schemas.

<dependency> <groupId>org.jooq</groupId> <artifactId>jooq-meta</artifactId> <version>3.21.5</version> </dependency>
INSTALL
IMPORT
SIG · JOOQ-META
J
jooq-meta
databasejavav3.21.5
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.

Configuration
org.jooq.meta.jaxb.Configuration

Create a jOOQ code generation configuration for a PostgreSQL database.

import org.jooq.meta.jaxb.Configuration; import org.jooq.meta.jaxb.Jdbc; Configuration config = new Configuration() .withJdbc(new Jdbc() .withDriver("org.postgresql.Driver") .withUrl("jdbc:postgresql://localhost/mydb") .withUser("user") .withPassword("pass")); // Use config with jOOQ code generator.
Debug
Known issues
gotchajOOQ-meta is primarily used at code generation time; ensure it is not included in runtime dependencies.
fix
Add jOOQ-meta as a Maven dependency with scope 'provided' or 'compile' only for code generation.
affects: *
Upgrade
Version history
3.21.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
jooq-meta — mvn dependency:get jooq-meta · libregistry