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.
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