SQL generator for document descriptions

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
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

pom
Description

Description

SQL generator for document descriptions
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.
Project URL

Project URL

http://www.github.com/raphw/skatteprosessen-document-sql
Source Code Management

Source Code Management

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

Download document-sql

Filename Size
document-sql-1.1.pom 4 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • document-sql-api
  • document-sql-oracle
  • document-sql-management
  • document-sql-postgres

Versions

Version
1.1
1.0