datago is a simple database operation collection for Java developers. It highly concentrates the operations of various mainstream databases. And it provides a variety of extended functions.
datago supports Java 1.8 or above.
datago-mongodb
: For MongoDB operations.
datago-redis
: For Redis operations.
How to: Add the dependency to pom.xml in your project:
<dependencies>
<dependency>
<groupId>io.github.hexsook</groupId>
<artifactId>[module]</artifactId>
<version>[version]</version>
<scope>compile</scope>
</dependency>
</dependencies>
[module]
- the module you need to import. See Modules.
[version]
- the module version.
-pr
- Pre-release version.
-beta
- Beta test version.
-unstable
- Internal testing. (Very unstable!)
X (Major code changes) . X (Minor functional updates) . X (Bug fixes/Minor changes)