VTL JDBC

Dataset wrapper around JDBC result set. Useful to expose SQL tables as VTL datasets

License

License

GroupId

GroupId

fr.insee.trevas
ArtifactId

ArtifactId

vtl-jdbc
Last Version

Last Version

0.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

VTL JDBC
Dataset wrapper around JDBC result set. Useful to expose SQL tables as VTL datasets
Project Organization

Project Organization

Insee
Source Code Management

Source Code Management

https://github.com/InseeFr/Trevas/tree/master/vtl-jdbc

Download vtl-jdbc

How to add to project

<!-- https://jarcasting.com/artifacts/fr.insee.trevas/vtl-jdbc/ -->
<dependency>
    <groupId>fr.insee.trevas</groupId>
    <artifactId>vtl-jdbc</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.insee.trevas/vtl-jdbc/
implementation 'fr.insee.trevas:vtl-jdbc:0.4.1'
// https://jarcasting.com/artifacts/fr.insee.trevas/vtl-jdbc/
implementation ("fr.insee.trevas:vtl-jdbc:0.4.1")
'fr.insee.trevas:vtl-jdbc:jar:0.4.1'
<dependency org="fr.insee.trevas" name="vtl-jdbc" rev="0.4.1">
  <artifact name="vtl-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.insee.trevas', module='vtl-jdbc', version='0.4.1')
)
libraryDependencies += "fr.insee.trevas" % "vtl-jdbc" % "0.4.1"
[fr.insee.trevas/vtl-jdbc "0.4.1"]

Dependencies

compile (1)

Group / Artifact Type Version
fr.insee.trevas : vtl-model jar 0.4.1

test (4)

Group / Artifact Type Version
fr.insee.trevas : vtl-engine jar 0.4.1
com.h2database : h2 jar 2.1.210
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.assertj : assertj-core jar 3.22.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.1
0.4.0
0.3.0