License |
License |
---|---|
GroupId | GroupIdcodes.rafael.documentsql |
ArtifactId | ArtifactIddocument-sql-api |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis 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 |
Filename | Size |
---|---|
document-sql-api-1.1.pom | |
document-sql-api-1.1.jar | 43 KB |
document-sql-api-1.1-sources.jar | 20 KB |
document-sql-api-1.1-javadoc.jar | 518 KB |
Browse |
<!-- https://jarcasting.com/artifacts/codes.rafael.documentsql/document-sql-api/ -->
<dependency>
<groupId>codes.rafael.documentsql</groupId>
<artifactId>document-sql-api</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/codes.rafael.documentsql/document-sql-api/
implementation 'codes.rafael.documentsql:document-sql-api:1.1'
// https://jarcasting.com/artifacts/codes.rafael.documentsql/document-sql-api/
implementation ("codes.rafael.documentsql:document-sql-api:1.1")
'codes.rafael.documentsql:document-sql-api:jar:1.1'
<dependency org="codes.rafael.documentsql" name="document-sql-api" rev="1.1">
<artifact name="document-sql-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='codes.rafael.documentsql', module='document-sql-api', version='1.1')
)
libraryDependencies += "codes.rafael.documentsql" % "document-sql-api" % "1.1"
[codes.rafael.documentsql/document-sql-api "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 3.21.0 |