📖 Complete Datastore Guide
Start here - Full documentation with examples, API reference, and usage
patterns for the
/selected-datastore
slash commandKey Features
- Key + Sort Field Structure: Unique identification with primary key and optional secondary sorting field
- Advanced Search: Fuzzy, exact, and prefix matching with configurable thresholds and field filtering
- Metadata Support: Store custom attributes as JSON objects with each data item
- Event Triggers: Automatically start workflows when data changes (onCreate, onEdit, onDelete) at collection or item level
- Collection Organization: Isolate data into separate collections for better organization
- Multiple Access Methods: Access items by key, key+sortField, or unique itemId
Common Use Cases
- User preferences and application settings storage
- Dynamic content management and search indexes
- Application state persistence across workflow runs
- Configuration data with automatic change notifications
- Job queues and task management systems
- Reactive systems that respond to data changes with triggers