bevy_persistence_database 0.1.1

A persistence and database integration solution for the Bevy game engine
Documentation
1
2
3
4
5
6
7
8
9
10
// declare tests in here to ensure they are compiled and run in a single binary

pub mod querying;

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