Simple Database System (Godot)
A downloadable asset pack
Simple Database System (Godot)
A lightweight and easy-to-use database system for Godot.
This script allows you to manage your game data efficiently using a simple dictionary-based structure.
Features :
- Create and manage data groups (like player, settings, inventory, etc.)
- Add, modify, and delete data inside groups
- Save all your data to a JSON file
- Load your data easily at runtime
- Clean and minimal code, easy to integrate in any project
Use cases :
- Player save system
- Game settings
- Inventory systems
- Progress tracking
How it works ?
Data is stored in a global dictionary (DATAS) organized by groups.
Each group contains key-value pairs you can edit dynamically.
The system automatically saves everything into a JSON file and reloads it when needed.
Customization
You can change the save path to fit your project:
const SAVE_PATH = "your_path_here.json"
Download
Download
SimpleDatabaseSystem.zip 6 kB


Leave a comment
Log in with itch.io to leave a comment.