is not current version
Last Version 0.40

com.torodb:torodb-parent 0.40-alpha2

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.

GroupId

GroupId

com.torodb
ArtifactId

ArtifactId

torodb-parent
Version

Version

0.40-alpha2
Type

Type

pom

Download torodb-parent 0.40-alpha2


<!-- https://jarcasting.com/artifacts/com.torodb/torodb-parent/ -->
<dependency>
    <groupId>com.torodb</groupId>
    <artifactId>torodb-parent</artifactId>
    <version>0.40-alpha2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.torodb/torodb-parent/
implementation 'com.torodb:torodb-parent:0.40-alpha2'
// https://jarcasting.com/artifacts/com.torodb/torodb-parent/
implementation ("com.torodb:torodb-parent:0.40-alpha2")
'com.torodb:torodb-parent:pom:0.40-alpha2'
<dependency org="com.torodb" name="torodb-parent" rev="0.40-alpha2">
  <artifact name="torodb-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.torodb', module='torodb-parent', version='0.40-alpha2')
)
libraryDependencies += "com.torodb" % "torodb-parent" % "0.40-alpha2"
[com.torodb/torodb-parent "0.40-alpha2"]