Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxim5/storm

Stellar ORM
https://github.com/maxim5/storm

java orm

Last synced: 10 days ago
JSON representation

Stellar ORM

Awesome Lists containing this project

README

        

# Stellar ORM

Model first approach: JDBC tables and adapters are generated from java classes.

## Gradle Setup

```kotlin
repositories {
maven("https://jitpack.io")
}

dependencies {
implementation("com.github.maxim5:storm:0.2.1")
}
```

[![JitPack workflow](https://jitpack.io/v/maxim5/storm.svg)](https://jitpack.io/#maxim5/storm)
![Gradle workflow](https://github.com/maxim5/storm/actions/workflows/gradle.yml/badge.svg)