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.

Лицензия

Лицензия

Группа

Группа

codes.rafael.documentsql
Идентификатор

Идентификатор

document-sql
Последняя версия

Последняя версия

1.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://www.github.com/raphw/skatteprosessen-document-sql
Система контроля версий

Система контроля версий

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

Скачать document-sql

Имя Файла Размер
document-sql-1.1.pom 4 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

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

Версии библиотеки

Версия
1.1
1.0