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
13
14
15
// declare tests in here to ensure they are compiled and run in a single binary

pub mod querying;
pub mod relationships;

#[cfg(feature = "arango")]
pub mod arango_collection_name_tests;

pub mod batching_tests;
pub mod concurrency_tests;
pub mod pass_through_tests;
pub mod performance_tests;
pub mod persisting_tests;
pub mod plugin_tests;
pub mod routing_tests;