Skip to content

Aenoxic/en2do

 
 

Repository files navigation

en2do

Discord Maven

en2do is short for Entity-To-Document, is heavily inspired by Spring Data and only works with MongoDB.

Links

Use as dependency

en2do is published on maven central.

Maven

<dependency>
    <groupId>eu.koboo</groupId>
    <artifactId>en2do</artifactId>
    <version>3.2.0</version>
</dependency>

Gradle Groovy

implementation 'eu.koboo:en2do:3.2.0'

Gradle Kotlin

implementation("eu.koboo:en2do:3.2.0")

References

About

Entity framework for mongodb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%