Store NBT entries in an SQLite database
NBT entries are stored in the format used by the mod NBT Editor
Interfaces:
- GUI
- CLI
- Website (when running a server, read-only)
- Library (
:file,:connection)
You can host servers to allow other people or programs to access databases remotely. See wiki/Servers for details.
The standard port is 28260, which should be used whenever possible!
If you only need to work with local .db files directly, you can just use the :file module.
git clone https://github.com/mega12345mega/NBT-Database.git nbtdatabase
cd nbtdatabase
gradlew build
Note that this project uses a LGPL 3 library (RaphiMC/MinecraftAuth) - you can modify this dependency by modifying ui/build.gradle and rebuilding.