surrealdb-core 3.2.3

A scalable, distributed, collaborative, document-graph database, for the realtime web
Documentation
1
2
3
4
5
6
#[cfg(not(target_family = "wasm"))]
pub use spawn::spawn;
pub use try_join_all_buffered::try_join_all_buffered;

mod spawn;
mod try_join_all_buffered;