Simple, but fast way to store raw key + value pairs!
This API is intended for stand-alone usage, meaning that you do not need to run anything extra to use this library.
First, you need to setup the dependency inside of your POM.xml. Replace VERSION with the version of the release.
Maven
<dependency>
<groupId>net.swofty</groupId>
<artifactId>swoftydb</artifactId>
<version>VERSION</version>
</dependency>
Gradle
dependencies {
implementation 'net.swofty:swoftydb:VERSION'
}
SwoftyDB is licensed under the permissive MIT license. Please see LICENSE.txt
for more information.