bevy_persistence_database 0.3.0

A persistence and database integration solution for the Bevy game engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod cache;
pub mod in_flight_queries;
pub mod join;
pub mod loader;
pub mod persistence_query_system_param;
pub mod presence_spec;
pub mod query_data_to_components;
pub mod query_thread_local;

pub use cache::{CachePolicy, PersistenceQueryCache};
pub use in_flight_queries::InFlightQueries;
pub use persistence_query_system_param::{PersistentQuery, PersistentQueryParam};