https://github.com/cefoler/databases
Framework for SQL and NoSQL databases.
https://github.com/cefoler/databases
database databases h2 java kafka mongodb mysql nosql postgresql rabbitmq redis sql sqlite
Last synced: 10 months ago
JSON representation
Framework for SQL and NoSQL databases.
- Host: GitHub
- URL: https://github.com/cefoler/databases
- Owner: cefoler
- License: apache-2.0
- Created: 2021-02-12T22:12:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T15:57:21.000Z (almost 4 years ago)
- Last Synced: 2023-03-10T06:01:50.057Z (almost 3 years ago)
- Topics: database, databases, h2, java, kafka, mongodb, mysql, nosql, postgresql, rabbitmq, redis, sql, sqlite
- Language: Java
- Homepage:
- Size: 420 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://jitpack.io/#celesteoficial/databases)
[](https://github.com/celesteoficial/databases/stargazers)
# 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
```java
com.github.celesteoficial
databases
VERSION
```
Gradle
```java
dependencies {
implementation 'com.github.celesteoficial:databases:VERSION'
}
```
Want to know more about this API? Check our wiki now!
[GitHub Wiki](https://github.com/cefoler/databases/wiki)