Skip to content

This project is my own implementation of an ORM for the Cassandra database for the Java programming language.

License

Notifications You must be signed in to change notification settings

breuerlukas/cassandra-orm

Repository files navigation

Cassandra ORM

This project is my own implementation of an ORM for the Cassandra database for the Java programming language.

Status

Build Status
main Java CI with Gradle

Installation

repositories {
  maven {
    url = uri("https://maven.pkg.github.com/breuerlukas/cassandra-orm")
    credentials {
      username = project.findProperty("gpr.user")?.toString() ?: System.getenv("GITHUB_USERNAME")
      password = project.findProperty("gpr.token")?.toString() ?: System.getenv("GITHUB_TOKEN")
    }
  }
}

dependencies {
  implementation("de.lukasbreuer:cassandra-orm:1.0.0-SNAPSHOT")
}

License

GPL

About

This project is my own implementation of an ORM for the Cassandra database for the Java programming language.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages