Releases: superstrellaa/StorageManager-API
Releases · superstrellaa/StorageManager-API
StorageManager API 1.0.0+1.21.1
StorageManager API 1.0.0+1.21.1
StorageManager API is a lightweight server-side library mod for Fabric that provides a simple and structured way to store persistent data in Minecraft using SQLite.
It is designed for mod developers who need reliable data storage without reinventing database logic.
📦 Features
- SQLite-based persistent storage
- Simple table & row abstraction
- Batched writes with automatic caching
- Immediate write support for critical data
- Safe server-side checks to prevent crashes
- Designed to be used as a dependency by other mods
⚙️ Supported Environment
- Server: Required
- Client: Not supported (loads safely but provides no functionality)
This mod is not intended for client-side usage.
⚠️ Important Notes
- Do not use classes under the
.internalpackage - The API will log warnings if used too early or on the client side
- All database operations are executed on the server
🧩 Intended Use
This mod is meant to be used as:
- A dependency for other Fabric server mods
- A backend storage solution for configs, player data, or mod state
📄 License
MIT