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)
An option in the GUI, command in the CLI, and :connection module allow you to host a NBT Database server.
You can then connect to the server with all of those, and additionally, you can put the server address into a browser.
Note that WebSockets are also supported, but you would have to implement the protocol yourself.
The standard port is 25560, which should be used whenever possible!
If you only need to work with local .db files directly, you can just use the :file module.