NDatabase
NDatabase copied to clipboard
💾 NDatabase is a lightweight and easy to use indexed key-value store database framework mainly aimed for minecraft bukkit/spigot servers and is multi-platform
Hi, I have some issues when using MySQL, [here](https://github.com/HappyAreaBean/SimpleJoinMessage/blob/5972ed992437e1eb895a4af98549e5df60ff69fa/src/main/java/cc/happyareabean/sjm/database/SJMData.java) is my entity. MySQL 5.7.44 Click here for Error ```java [18:58:17 ERROR]: Error occurred while enabling SimpleJoinMessage v1.2.0-SNAPSHOT-5972ed9 (Is it up...
I came across NDatabase and it looked like it had everything that I needed. Decided to test it out but whenever I try to call the API of NDatabase, it...
I had a problem while trying to serialize org.bukkit.Location ```java @NTable(name = "lobbies") public class Lobby extends NEntity { ... ... @JsonSerialize(using = LocationSerializer.class) @JsonDeserialize(using = LocationDeserializer.class) @JsonProperty("pos") private Location...