| Лицензия |
Лицензия
Commercial License
|
|---|---|
| Группа | Группаcom.torodb |
| Идентификатор | Идентификаторtorodb-parent |
| Версия | Версия0.40 |
| Тип | Типpom |
| Описание |
ОписаниеToroDB parent
ToroDB is an open source project that turns your RDBMS into a
MongoDB-compatible server, supporting the MongoDB query API and
MongoDB's replication, but storing your data into a reliable and trusted
ACID database. ToroDB currently supports PostgreSQL as a backend, but
others will be added in the future.
ToroDB natively implements the MongoDB protocol, so you can use it with
MongoDB tools and drivers, and features a document-to-relational mapping
algorithm that transforms the JSON documents into relational tables.
ToroDB also offers a native SQL layer and automatic data normalization
and partitioning based on JSON documents' implicit schema.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик8Kdata |
| Имя Файла | Размер |
|---|---|
| torodb-parent-0.40.pom | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.torodb/torodb-parent/ -->
<dependency>
<groupId>com.torodb</groupId>
<artifactId>torodb-parent</artifactId>
<version>0.40</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.torodb/torodb-parent/
implementation 'com.torodb:torodb-parent:0.40'
// https://jarcasting.com/artifacts/com.torodb/torodb-parent/
implementation ("com.torodb:torodb-parent:0.40")
'com.torodb:torodb-parent:pom:0.40'
<dependency org="com.torodb" name="torodb-parent" rev="0.40">
<artifact name="torodb-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.torodb', module='torodb-parent', version='0.40')
)
libraryDependencies += "com.torodb" % "torodb-parent" % "0.40"
[com.torodb/torodb-parent "0.40"]