Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.
/ datastores Public archive

DataStores is a Java library for creating data pools and extracting records via queries. Simplify data management with this powerful library.

License

Notifications You must be signed in to change notification settings

Interguess/datastores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataStores

DataStores is a Java library for creating data pools and extracting records via queries. Simplify data management with this powerful library.

Use with Gradle

repositories {
    maven {
        url 'https://repo.interguessweb.de/maven-public/'
    }
}
dependencies {
    implementation 'de.interguess:datastores:latest'
}

Use with Maven

<repositories>
    <repository>
        <id>interguess-repo</id>
        <url>https://repo.interguessweb.de/maven-public/</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>de.interguess</groupId>
        <artifactId>datastores</artifactId>
        <version>latest</version>
    </dependency>
</dependencies>

About

DataStores is a Java library for creating data pools and extracting records via queries. Simplify data management with this powerful library.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages