t

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.
http://www.torodb.com
GNU AFFERO GENERAL PUBLIC LICENSE, Version 3, 19 November 2007 Commercial License
8Kdata
ToroDB Project Contributors
文件下载
文件名 操作
torodb-parent-0.40.pom 下载
Apache Maven
<dependency>
  <groupId>com.torodb</groupId>
  <artifactId>torodb-parent</artifactId>
  <version>0.40</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.torodb:torodb-parent:0.40'
Gradle Kotlin
implementation("com.torodb:torodb-parent:0.40")
Scala SBT
libraryDependencies += "com.torodb" % "torodb-parent" % "0.40"
Groovy Grape
@Grapes(
  @Grab(group='com.torodb', module='torodb-parent', version='0.40')
)
Apache Ivy
<dependency org="com.torodb" name="torodb-parent" rev="0.40" />
Leiningen
[com.torodb/torodb-parent "0.40"]
Apache Buildr
'com.torodb:torodb-parent:jar:0.40'
本项目依赖
该项目无第三方依赖