Last Version

ConsoleFire > JDBC JSON Extension 1.4.0

`jdbc-json-extension` is to fetch data from RDBMS in JSON format. The data is structured the in the same relation structure of the Tables relationships in the database. The fetch is pre-planned using a `FetchPlan` configuration. The execution is multithreaded tree pattern where it starts from the `root` table with supplied filter parameters. The subsequent nodes (tables) are fetched as the `One-to-*` relationship defined from the root tables.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.consolefire
ArtifactId

ArtifactId

jdbc-json-extension
Version

Version

1.4.0
Type

Type

pom
Description

Description

ConsoleFire > JDBC JSON Extension
`jdbc-json-extension` is to fetch data from RDBMS in JSON format. The data is structured the in the same relation structure of the Tables relationships in the database. The fetch is pre-planned using a `FetchPlan` configuration. The execution is multithreaded tree pattern where it starts from the `root` table with supplied filter parameters. The subsequent nodes (tables) are fetched as the `One-to-*` relationship defined from the root tables.
Project URL

Project URL

https://github.com/Consolefire/jdbc-json-extension
Project Organization

Project Organization

Consolefire
Source Code Management

Source Code Management

https://github.com/Consolefire/jdbc-json-extension/tree/master

Download jdbc-json-extension 1.4.0


<!-- https://jarcasting.com/artifacts/com.consolefire/jdbc-json-extension/ -->
<dependency>
    <groupId>com.consolefire</groupId>
    <artifactId>jdbc-json-extension</artifactId>
    <version>1.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.consolefire/jdbc-json-extension/
implementation 'com.consolefire:jdbc-json-extension:1.4.0'
// https://jarcasting.com/artifacts/com.consolefire/jdbc-json-extension/
implementation ("com.consolefire:jdbc-json-extension:1.4.0")
'com.consolefire:jdbc-json-extension:pom:1.4.0'
<dependency org="com.consolefire" name="jdbc-json-extension" rev="1.4.0">
  <artifact name="jdbc-json-extension" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.consolefire', module='jdbc-json-extension', version='1.4.0')
)
libraryDependencies += "com.consolefire" % "jdbc-json-extension" % "1.4.0"
[com.consolefire/jdbc-json-extension "1.4.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.18.6

provided (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.26
com.fasterxml.jackson.core : jackson-core jar 2.9.8
com.fasterxml.jackson.core : jackson-annotations jar 2.9.8
com.fasterxml.jackson.core : jackson-databind jar 2.9.8

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-params jar 5.3.1
org.junit.jupiter : junit-jupiter-api jar 5.3.1
org.mockito : mockito-junit-jupiter jar 2.23.0
org.junit.jupiter : junit-jupiter-engine jar 5.3.1
org.junit.platform : junit-platform-launcher jar 1.4.1

Project Modules

There are no modules declared in this project.