Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 2.13 KB

README.md

File metadata and controls

32 lines (23 loc) · 2.13 KB

GitHub stars

databases

The databases project is a com.celeste.messenger.annotation based Connection provider and Query for SQL and NoSQL databases such as MongoDB, MySQL and Redis. Here you can find the source code and documentation of this project.

How to install

Maven

<dependency>
    <groupId>com.github.celesteoficial</groupId>
    <artifactId>databases</artifactId>
    <version>VERSION</version>
</dependency>

Gradle

dependencies {
   implementation 'com.github.celesteoficial:databases:VERSION'
}

Want to know more about this API? Check our wiki now! GitHub Wiki