Last Version

codes.rafael.documentsql:document-sql-management 1.1

This library attempts to bridge the gap between the flexibility of document storage and the comfort of SQL schemata. Typically, XML and JSON documents follow a schema, this library creates DDL to represent these schemata as SQL views of a stored document. A schema is generated from its Java class representation and written to DDL.

License

License

GroupId

GroupId

codes.rafael.documentsql
ArtifactId

ArtifactId

document-sql-management
Version

Version

1.1
Type

Type

jar
Description

Description

This library attempts to bridge the gap between the flexibility of document storage and the comfort of SQL schemata. Typically, XML and JSON documents follow a schema, this library creates DDL to represent these schemata as SQL views of a stored document. A schema is generated from its Java class representation and written to DDL.
Source Code Management

Source Code Management

http://github.com/raphw/skatteprosessen-document-sql/tree/master/document-sql-management

Download document-sql-management 1.1


<!-- https://jarcasting.com/artifacts/codes.rafael.documentsql/document-sql-management/ -->
<dependency>
    <groupId>codes.rafael.documentsql</groupId>
    <artifactId>document-sql-management</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/codes.rafael.documentsql/document-sql-management/
implementation 'codes.rafael.documentsql:document-sql-management:1.1'
// https://jarcasting.com/artifacts/codes.rafael.documentsql/document-sql-management/
implementation ("codes.rafael.documentsql:document-sql-management:1.1")
'codes.rafael.documentsql:document-sql-management:jar:1.1'
<dependency org="codes.rafael.documentsql" name="document-sql-management" rev="1.1">
  <artifact name="document-sql-management" type="jar" />
</dependency>
@Grapes(
@Grab(group='codes.rafael.documentsql', module='document-sql-management', version='1.1')
)
libraryDependencies += "codes.rafael.documentsql" % "document-sql-management" % "1.1"
[codes.rafael.documentsql/document-sql-management "1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
codes.rafael.documentsql : document-sql-api jar 1.1
org.slf4j : slf4j-api jar 1.7.32

test (8)

Group / Artifact Type Version
codes.rafael.documentsql : document-sql-oracle jar 1.1
junit : junit jar 4.13.2
org.assertj : assertj-core jar 3.21.0
org.slf4j : slf4j-simple jar 1.7.32
org.testcontainers : oracle-xe jar 1.16.2
com.zaxxer : HikariCP jar 5.0.0
org.liquibase : liquibase-core jar 4.6.1
com.oracle.database.jdbc : ojdbc11 jar 21.3.0.0

Project Modules

There are no modules declared in this project.