Expand description
Database Plugin for Bevy
This module provides persistent storage capabilities for Bevy ECS components using the fjall database. It automatically serializes and deserializes components, maintaining persistence across application restarts.
Structs§
- Database
Ignore - Marker component to exclude an entity from database operations
- Database
Just Updated - Marker component indicating the entity was just updated from the database
- Database
Location - Resource to specify the database file location
- Database
Plugin - Main plugin struct for database functionality
- Keyspace
Wrapper - Resource wrapper around fjall Keyspace
Traits§
- AddDatabase
Mapping - Trait to add database mapping capabilities for components