Crate bevy_easy_database

Source
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§

DatabaseIgnore
Marker component to exclude an entity from database operations
DatabaseJustUpdated
Marker component indicating the entity was just updated from the database
DatabaseLocation
Resource to specify the database file location
DatabasePlugin
Main plugin struct for database functionality
KeyspaceWrapper
Resource wrapper around fjall Keyspace

Traits§

AddDatabaseMapping
Trait to add database mapping capabilities for components