data
The data set provides comprehensive data storage and management capabilities for your applications. Save, load, list, and delete both private and public application data. Handle CSV data parsing, manage user-specific information, and control data persistence. Perfect for building applications that need to store user preferences, application state, or shared information.
Area: 💾 Data & State Management
Available Actions
This set contains 9 actions:
- csv
- delete-app-data
- delete-public-app-data
- list-app-data
- list-public-app-data
- load-app-data
- load-public-app-data
- save-app-data
- save-public-app-data
Getting Started
To use actions from this set in your Rhyme app, you’ll reference them by their full name. For example:
csv "Example usage"
Each action has its own specific syntax and parameters - click on any action above to see its detailed documentation.
Common Use Cases
- Storing user preferences
- Managing app state
- Working with structured data