j

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.
https://github.com/Consolefire/jdbc-json-extension
Apache License Version 2.0
Consolefire
Sabuj Das
Files download
File Operation
jdbc-json-extension-1.4.0.pom download
Apache Maven
<dependency>
  <groupId>com.consolefire</groupId>
  <artifactId>jdbc-json-extension</artifactId>
  <version>1.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.consolefire:jdbc-json-extension:1.4.0'
Gradle Kotlin
implementation("com.consolefire:jdbc-json-extension:1.4.0")
Scala SBT
libraryDependencies += "com.consolefire" % "jdbc-json-extension" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.consolefire', module='jdbc-json-extension', version='1.4.0')
)
Apache Ivy
<dependency org="com.consolefire" name="jdbc-json-extension" rev="1.4.0" />
Leiningen
[com.consolefire/jdbc-json-extension "1.4.0"]
Apache Buildr
'com.consolefire:jdbc-json-extension:jar:1.4.0'