The API has been documented with some clean-up, note that I probably won't break the API even at the 1.0.0 release.
There is no breaking changes so you can pull the new version
Code (Text):
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.NivixX.NDatabase:ndatabase-api:0.2.0'
}
Code (Text):
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.NivixX.NDatabase</groupId>
<artifactId>ndatabase-api</artifactId>
<version>0.2.0</version>
</dependency>